You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analysis Period: Last 30 days Total PRs: 1000 | Merged: 839 (83.9%) | Closed: 149 (14.9%) | Open: 12
Prompt Categories and Success Rates
Category
Total
Merged
Success Rate
Bug Fix
900
754
83.8%
Feature Addition
84
74
88.1%
Refactoring
0
0
0%
Documentation
1
1
100.0%
Testing
6
4
66.7%
Other
9
6
66.7%
Note: Categorization uses simple keyword matching against title+body (first matching category wins, in order bug_fix → feature → refactor → docs → tests), so most prompts land in bug_fix since Copilot PR titles/bodies commonly include words like "fix"/"issue".
Prompt Analysis
✅ Successful Prompt Patterns
Common characteristics in merged PRs:
Average prompt length: 215.8 words
Most common keywords: github, workflow, com, sous, chef, https, run, actions
Length matters modestly: Closed PR prompts averaged 248.3 words vs 215.8 for merged ones — longer, more sprawling prompts trend toward closure, though the gap is not huge, suggesting length alone isn't decisive.
CVE/security-report language appears disproportionately in closed PRs: keywords like cve, report, engine rank highly among closed-PR terms but not merged ones, hinting that security-scan-triggered or exploratory security PRs are harder to land cleanly (likely due to reviewer scrutiny or false positives).
Feature-labeled prompts have the highest success rate (88.1%) versus bug-fix prompts (83.8%), possibly because feature requests tend to be scoped with clearer acceptance criteria while bug-fix prompts vary widely in specificity.
Recommendations
Based on today's analysis:
DO: Keep prompts focused and moderately concise — the closed-PR average is noticeably longer, suggesting scope creep or ambiguity reduces success.
DO: For security/CVE-related fixes, provide precise reproduction details and reference exact files/lines, since these prompts show a lower merge rate overall.
AVOID: Vague "improve"/"report" style prompts without a concrete actionable ask — they cluster with closed PRs.
Historical Trends
Date
PRs
Success Rate
Top Category
2026-08-31
994
84.3%
Bug Fix
2026-09-01
1000
84.1%
Bug Fix
2026-09-02
1000
83.9%
Bug Fix
Trend: Merge rate has stayed relatively stable in the 82-85% range over the last several observations, with bug-fix prompts consistently the dominant category by volume.
Generated by Copilot PR Prompt Analysis (Run: 33680771971)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
🤖 Copilot PR Prompt Pattern Analysis - 2026-09-02
Summary
Analysis Period: Last 30 days
Total PRs: 1000 | Merged: 839 (83.9%) | Closed: 149 (14.9%) | Open: 12
Prompt Categories and Success Rates
Note: Categorization uses simple keyword matching against title+body (first matching category wins, in order bug_fix → feature → refactor → docs → tests), so most prompts land in
bug_fixsince Copilot PR titles/bodies commonly include words like "fix"/"issue".Prompt Analysis
✅ Successful Prompt Patterns
Common characteristics in merged PRs:
Example successful prompts:
❌ Unsuccessful Prompt Patterns
Common characteristics in closed PRs:
Example unsuccessful prompts:
Key Insights
cve,report,enginerank highly among closed-PR terms but not merged ones, hinting that security-scan-triggered or exploratory security PRs are harder to land cleanly (likely due to reviewer scrutiny or false positives).Recommendations
Based on today's analysis:
Historical Trends
Trend: Merge rate has stayed relatively stable in the 82-85% range over the last several observations, with bug-fix prompts consistently the dominant category by volume.
Generated by Copilot PR Prompt Analysis (Run: 33680771971)
All reactions