[prompt-analysis] Copilot PR Prompt Analysis - 2026-05-14 #32217
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-05-15T21:05:22.422Z.
|
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.
-
Summary
Analysis Period: Last 30 days (2026-04-26 to 2026-05-14)
Total PRs: 1,000 | Merged: 792 (79.4%) | Closed: 206 (20.6%) | Open: 2
Overall, Copilot PRs have a strong 79.4% merge success rate across 1,000 PRs analyzed.
Prompt Categories and Success Rates
Prompt Analysis
✅ Successful Prompt Patterns
Conventional commit prefixes with highest success rates:
removetestimproverefactoraddfixfeatExample successful PR titles:
fix: include effective tokens count in PR comment generated footer→ Mergedemojifrontmatter field #32200:Add emoji frontmatter field→ Mergedobservability.otlp.ignore-if-missingto downgrade missing OTLP config to warnings #32173:Add observability.otlp.ignore-if-missing to downgrade missing OTLP config to warnings→ Merged❌ Unsuccessful Prompt Patterns
Common patterns in closed PRs:
[WIP]prefixchoreprefixExample closed PR titles:
[WIP] Fix failing GitHub Actions job 'test'→ ClosedEnable shared OTLP reuse across all agentic workflows→ Closed (no prefix)Raise Daily Cache Strategy Analyzer ET budget above default 25M cap→ ClosedKey Insights
[WIP]have only a 24% merge rate (7/29). These are likely exploratory attempts that get superseded or abandoned. Avoid creating PRs with[WIP]in the title — complete the implementation before opening the PR.docsandtestcategories achieve 89% success rates, suggesting these scoped, well-defined tasks are well-suited for Copilot automation.Recommendations
Based on today's analysis:
fix:,feat:,refactor:,add,remove) — they correlate with 80–100% success rates[WIP]prefix — it signals incomplete work and has only 24% merge rate; instead, wait until the implementation is ready before opening a PRchoreprefix — only 56% success rate, possibly because chore tasks are vague or less impactfulfix: include effective tokens count in PR comment generated footerare precise and targetedHistorical Trends
First analysis run — no prior data to compare. Future runs will track trends.
References:
Beta Was this translation helpful? Give feedback.
All reactions