[prompt-analysis] 🤖 Copilot PR Prompt Analysis - 2026-07-22 #47401
Closed
Replies: 1 comment
|
This discussion was automatically closed because it expired on 2026-07-23T21:06:47.461Z.
|
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.
Summary
Analysis Period: Last 30 days (rolling window, 1000 PRs sampled)
Total PRs: 1000 | Merged: 760 (76.2%) | Closed: 237 (23.5%) | Open: 3 (0.3%)
Prompt Categories and Success Rates
Prompt Analysis
✅ Successful Prompt Patterns
Common characteristics in merged PRs:
workflow,actions,engine,model,copilot[WIP]prefix: 79% success rate (746/947)Example successful prompts:
\nin CLI-mode safeoutputs string args not becoming newlines #47330: "When safeoutputs is called via shell (i.e. `cli-proxy: true`), string arguments like `--body "line1\nline2"` pass a literal..." → Merged❌ Unsuccessful Prompt Patterns
Common characteristics in closed PRs:
[WIP]prefix: only 26% success rate (14/53)- [ ]): only 12% success rate (5/42) — indicating the agent acknowledged scope uncertaintyExample unsuccessful prompts:
[WIP]: "Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date..." → Closed[WIP]: "- [x] Reproduce and inspect CI failure context for run #29916480693 - [ ] Identify root cause in fuzz-related code..." → ClosedView full keyword frequency data
Top keywords in merged PR bodies:
github(3280),workflow(1804),sous(1430),chef(1430),actions(1084),runs(994),copilot(895),engine(684),model(674)Top keywords in closed PR bodies:
github(981),workflow(583),copilot(312),workflows(263),actions(255),runs(240),model(234),sous(231),chef(231)The vocabulary is largely the same — domain-specific terms dominate in both groups — confirming that topic alone doesn't predict success. The structural and framing differences matter more.
Key Insights
[WIP]prefix is a strong failure signal: PRs with[WIP]in the title have only a 26% merge rate vs 79% for others. These represent exploratory or uncertain work that agents couldn't complete confidently.- [ ]style checklists have only a 12% success rate — likely because they signal the agent is mid-flight or tracking uncertain scope rather than delivering a complete change.Recommendations
[WIP]or using task checklists — these signal the agent is uncertain about scope and the PR is unlikely to complete successfully.Historical Trends (Last 7 Days)
Trend: Success rate has been stable at ~77% over the past week. Today's slight dip to 76.2% is within normal variance and not a concern. The rolling 30-day dataset is mature and patterns are consistent.
References:
Generated by Copilot PR Prompt Analysis (Run: 29957215497)
All reactions