[prompt-analysis] Copilot PR Prompt Analysis - 2026-07-28 #48729
Closed
Replies: 1 comment
|
This discussion was automatically closed because it expired on 2026-07-29T21:03:35.985Z.
|
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.
🤖 Copilot PR Prompt Pattern Analysis - 2026-07-28
Summary
Analysis Period: Last 30 days (2026-07-06 → 2026-07-28)
Total PRs: 1000 | Merged: 746 (74.6%) | Closed: 246 (24.6%) | Open: 8 (0.8%)
Prompt Categories and Success Rates
Note: categories are keyword-matched from title+body, most bodies mix multiple intents so category totals overlap (e.g. a "bug fix" prompt can also mention "add").
Prompt Analysis
✅ Successful vs ❌ unsuccessful prompt characteristics
Length: Average prompt length is essentially identical for both outcomes (Merged: 205.3 words, Closed: 205.0 words) — length alone is not a discriminator in this dataset.
Code specificity: Merged prompts reference concrete files/functions (backtick-quoted paths or
func()calls) slightly more often than closed ones — 86.6% vs 83.7%. A modest but consistent signal that grounding a prompt in specific code artifacts correlates with success.Conventional-commit style titles (
fix:,feat:,refactor:, etc.): 43.0% of merged PRs use this prefix vs only 33.7% of closed PRs — a ~9pt gap, the largest differentiator found."daily"/"report" scheduled-workflow PRs: These make up 7.0% of merged PRs but 10.2% of closed PRs — automated recurring-report workflow PRs close at a disproportionately higher rate, likely because they are exploratory/experimental by nature.
Top keywords (merged): workflow, github, actions, runs, copilot, model, engine, agent, comment
Top keywords (closed): workflow, github, copilot, daily, agent, actions, issue, report, workflows — closed prompts skew toward "daily"/"report"/"issue" vocabulary, consistent with the recurring-workflow finding above.
Example merged prompts:
Example closed prompts:
pkg/workflow/awf_helpers.gohad grown into a large mixed-responsibility file, with its coverage co..." → Closed/modelsdiscovery across API hosts #48630: "The daily model inventory workflow was querying a single Copilot/modelsendpoint without the vers..." → ClosedKey Insights
fix:,feat(scope):, etc.) correlate with a ~9-point higher merge rate (43.0% vs 33.7% among closed PRs) — the strongest signal identified this cycle.Recommendations
fix:,feat:,refactor:) — this is the strongest correlate with merge success found so far.Historical Trends
Trend: Merge success rate dipped slightly today (74.6%) versus the fairly stable ~76% seen over the prior 6 days — within normal day-to-day noise given the rolling 30-day window, but worth watching if the decline continues.
Generated by Copilot PR Prompt Analysis (Run: 30398573752)
All reactions