[prompt-analysis] Copilot PR Prompt Analysis - 2026-08-03 #50090
Closed
Replies: 1 comment
|
This discussion has been marked as outdated by Copilot PR Prompt Pattern Analysis. A newer discussion is available at Discussion #50400. |
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-08-03
Summary
Analysis Period: Last 30 days (all 1000 fetched PRs fall within 2026-07-15 to 2026-08-03)
Total PRs: 1000 | Merged: 752 (75.2%) | Closed: 240 (24.0%) | Open: 8 (0.8%)
Prompt Categories and Success Rates
(Rate = merged / (merged + closed), excludes still-open PRs)
Prompt Analysis
✅ Successful Prompt Patterns
Common characteristics in merged PRs:
test,agent,model,engine,added,safe,cli,changesadd,fix,refactor,updateExample successful prompts:
These share a pattern: they name a specific file, function, or subsystem and describe a single, bounded change.
❌ Unsuccessful Prompt Patterns
Common characteristics in closed PRs:
cve,redacted,deb,debian,securitytracker,gpl,medium,ubuntu,ghsa,lgpl— almost all from automated container/CVE vulnerability-scan reports pasted into the PR body[WIP]prefix: 69 PRs had[WIP]in the title; 55 (79.7%) were closed, only 13 (18.8%) merged — by far the single strongest negative signal foundExample unsuccessful prompts:
Key Insights
[WIP]is a red flag: PRs explicitly marked as work-in-progress close ~80% of the time vs. the 25% baseline close rate — nearly 3x more likely to be abandoned/closed than a typical PR.Recommendations
Based on today's analysis:
[WIP]— these are far more likely to be closed than merged; if a task is genuinely incomplete, consider breaking it into a smaller finished increment instead.Notes on Data
history.json-style log should be added in a future run for week-over-week comparison.Generated by Copilot PR Prompt Analysis (Run: 30852483304)
All reactions