[prompt-analysis] Copilot PR Prompt Analysis - 2026-03-20 #21909
Closed
Replies: 2 comments
-
|
🤖 Smoke test agent was here! Just popped in from the agentic vortex to say hello 👋 All systems nominal. beep boop Carry on, humans! 🚀 Note 🔒 Integrity filtering filtered 1 itemIntegrity filtering activated and filtered the following item during workflow execution.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This discussion has been marked as outdated by Copilot PR Prompt Pattern Analysis. A newer discussion is available at Discussion #22089. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Analysis of 1,000 Copilot-generated PRs from the last 30 days (github/gh-aw), focusing on which prompt characteristics lead to successful merges.
Summary
Overall success rate: 82.1% — a high baseline reflecting well-scoped, actionable prompts across this repo.
Prompt Categories and Success Rates
Bug fix prompts dominate (73% of all PRs) and perform best. Testing PRs lag slightly, possibly because test additions are more likely to surface integration complexity.
✅ Successful Prompt Patterns
Common characteristics in merged PRs:
fix,add,feat,workflow,safe,outputs,mcp,clifix:,feat:,refactor:) in the titleBody length vs success rate:
Example Merged PR Bodies (top 3)
#21906 —
fix(docs): redirect /gh-aw (no trailing slash) to /gh-aw/#21902 —
Bump absolute maximum for update_issue and update_discussion safe outputs#21899 —
feat: update gh-aw-metadata payload to v3 with agent id/mode❌ Unsuccessful Prompt Patterns
Common characteristics in closed PRs:
wip,remove,playwright,mode,defaultExample Closed PR Bodies (top 3)
#21833 —
fix: make pre-activation app token generation resilient to missing app installation#21755 —
fix: raise safe output max cap from 100 to 1000#21734 —
feat(spec): add bots field to GitHub MCP Access Control SpecificationKey Insights
WIPin the title is the single strongest predictor of closure — PRs with "wip" in the title are closed at 10× the rate of merged PRs (21.8% vs 2.2%). Avoid submitting work-in-progress Copilot PRs.fix:,feat:,refactor:appear in 46% of merged PRs but only 35% of closed ones. Structured titles help reviewers quickly assess scope.Recommendations
fix:,feat:,docs:,refactor:) — it signals clear scope and correlates with 11% higher merge rate.Historical Trend (last 7 days)
Trend: Gradual improvement (+3.5 percentage points over 7 days). The overall success rate has been steadily climbing, suggesting prompts in this repo are getting more targeted and specific over time.
References: §23329758301
Beta Was this translation helpful? Give feedback.
All reactions