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: 770 (77.0%) | Closed: 213 (21.3%) | Open: 17 (1.7%)
Note: 1000 is the fetch cap — the actual PR volume for this window may be higher, so percentages are computed over the sampled set.
Prompt Categories and Success Rates
Category
Total
Merged
Success Rate
Refactoring
16
14
87.5%
Bug Fix
233
162
69.5%
Testing
71
54
76.1%
Feature Addition
83
61
73.5%
Documentation
48
35
72.9%
Other/Uncategorized
549
444
80.9%
Categorization is keyword-based on the first ~300 characters of each PR body; ~55% of PRs didn't match a specific bucket ("Other"), which skews the overall rate upward since many "Other" prompts are actually well-scoped agentic-workflow tasks (e.g., spec reviews, config changes) rather than vague requests.
Prompt Analysis
✅ Successful Prompt Patterns
Common characteristics in merged PRs:
Average prompt length: ~188 words (shorter than closed)
Most common keywords (excluding boilerplate like "github", "com", "https"): workflow, run, actions, copilot, agent, gpt
Refactoring prompts had the highest success rate (87.5%), followed by "Other" (80.9%) and Testing (76.1%)
Average prompt length: ~227 words (~21% longer than merged prompts)
Keyword issue and cve appear disproportionately more often relative to merged prompts, suggesting issue-triage/security-flag-driven PRs close more often (possibly false positives or superseded by other fixes)
Bug Fix had the lowest success rate of the specific categories (69.5%), despite being the most common category (233 PRs)
Length matters: Closed PR prompts average ~227 words vs. ~188 for merged — the longest 20% of prompts correlate with lower merge rates, suggesting overly broad or multi-part asks are harder for the agent to land cleanly. Favor a single, well-scoped change per prompt.
Bug fixes underperform relative to volume: Bug Fix is the largest category (233 PRs) but has the lowest success rate (69.5%) among named categories. Prompts mentioning issue/cve keywords skew toward closures — likely tied to automated security/triage prompts that get superseded, deduplicated, or rejected after review rather than genuinely broken code.
Refactoring prompts convert best: 87.5% success rate, though on a small sample (16 PRs) — narrowly-scoped "improve X" tasks tend to be low-risk, easy-to-review changes that merge cleanly.
Template/boilerplate openers ("Thanks for asking me to work on this...") appear in both merged and closed examples — the opening framing itself isn't predictive; what follows (specificity of the ask) likely determines outcome.
Recommendations
Based on today's analysis:
DO: Keep prompts focused on a single, concrete change (target ~150-200 words) rather than bundling multiple asks — shorter prompts trend toward higher merge rates.
DO: For refactoring/cleanup tasks, be explicit about the specific function/file/pattern to improve — this category has the best conversion rate.
AVOID: Framing bug-fix prompts purely around an issue/CVE reference without also specifying the exact reproduction steps or expected behavior — these tend to close more often, possibly due to being superseded by manual fixes or found to be non-issues.
Historical Trends
Date
PRs
Success Rate
Top Category
2026-08-20
1000
78.3%
bug_fix
2026-07-06
1000
80.4%
test
2026-07-05
1000
80.8%
bug_fix
2026-07-04
1000
81.1%
bug_fix
2026-07-03
1000
81.8%
bug_fix
Trend: Success rate has drifted down from ~81-82% in early July to 78.3% today (note: there's a data gap between 2026-07-06 and this run, so the trend covers a wider window than the usual daily cadence). Bug Fix remains the dominant top category across most snapshots, consistent with today's finding that it's the highest-volume but comparatively lower-converting category.
Generated by Copilot PR Prompt Analysis (Run: 32415947034)
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-08-20
Summary
Analysis Period: Last 30 days
Total PRs: 1000 | Merged: 770 (77.0%) | Closed: 213 (21.3%) | Open: 17 (1.7%)
Prompt Categories and Success Rates
Categorization is keyword-based on the first ~300 characters of each PR body; ~55% of PRs didn't match a specific bucket ("Other"), which skews the overall rate upward since many "Other" prompts are actually well-scoped agentic-workflow tasks (e.g., spec reviews, config changes) rather than vague requests.
Prompt Analysis
✅ Successful Prompt Patterns
Common characteristics in merged PRs:
workflow,run,actions,copilot,agent,gptExample successful prompts:
initcan be misled bygh-proxyenvironment settings and must not run in CI. The repository sho..." → Mergedgh-aw-detectionshould default to the external threat-detection implementation while retaining a feature flag for lega..." → Merged❌ Unsuccessful Prompt Patterns
Common characteristics in closed PRs:
issueandcveappear disproportionately more often relative to merged prompts, suggesting issue-triage/security-flag-driven PRs close more often (possibly false positives or superseded by other fixes)Example unsuccessful prompts:
awf-config-sources-*,compiler-threat-detection-*, andforecast-compliance-fixturesflag..." → ClosedKey Insights
issue/cvekeywords skew toward closures — likely tied to automated security/triage prompts that get superseded, deduplicated, or rejected after review rather than genuinely broken code.Recommendations
Based on today's analysis:
Historical Trends
Trend: Success rate has drifted down from ~81-82% in early July to 78.3% today (note: there's a data gap between 2026-07-06 and this run, so the trend covers a wider window than the usual daily cadence). Bug Fix remains the dominant top category across most snapshots, consistent with today's finding that it's the highest-volume but comparatively lower-converting category.
Generated by Copilot PR Prompt Analysis (Run: 32415947034)
All reactions