[prompt-analysis] Copilot PR Prompt Analysis - 2026-08-08 #51462
Closed
Replies: 1 comment
|
This discussion was automatically closed because it expired on 2026-08-09T20:52:22.060Z.
|
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-08
Summary
Analysis period: last 30 days (2026-07-09 → 2026-08-08), 1000 PRs sampled from
copilot/*branches (dataset cap; true volume may be higher).Total: 1000 | Merged: 744 (74.4%) | Closed: 253 (25.3%) | Open: 3 (0.3%)
Prompt categories and success rates
Categorized by keyword matching on title+body; "Other" catches PRs without a clear keyword match.
Prompt analysis
Length: Merged prompts average 192 words; closed prompts average 244 words — a ~27% longer average for closed PRs, consistent with prior runs (189 vs 194 on 2026-07-07, a smaller gap that has widened).
Word frequency detail
Top words in merged prompt bodies: github, workflow, sous/chef (agent branding tokens), com, https, run, actions, runs, copilot, engine.
Top words in closed prompt bodies: github, cve, redacted, workflow, org, deb/debian, securitytracker, fix, gpl, high.
The closed-PR vocabulary is dominated by CVE/security-advisory scanning terms (
cve,redacted,debian,gpl,securitytracker,high) — strongly suggesting a batch of automated dependency/security-scan PRs makes up a large share of closures, likely duplicates, false positives, or low-priority findings that maintainers reject rather than merge.✅ Successful prompt patterns
specs/aw-harness.md), specific workflows, and include a### Changes/ example diff block.Example successful prompts:
specs/aw-harness.mdand removes every reference to it across the repo." → Mergedsafe_outputsjob rejected its configureddispatch_workflowcall..." → Merged❌ Unsuccessful prompt patterns
cve,securitytracker,debian,gplboilerplate) — these read as templated, low-context reports rather than actionable, reviewed changes.Example unsuccessful prompts:
Key insights
Recommendations
### Changessection or diff snippet showing exactly what was modified, as seen in the highest-success examples.Historical trends
Trend: Merge rate has declined ~6 points since early July (80.8% → 74.4%), coinciding with a larger share of Bug Fix category PRs and a widening gap between merged/closed prompt length. This is consistent with more automated/security-scan-sourced PRs entering the pipeline with lower merge rates.
Generated by Copilot PR Prompt Analysis (Run: 31277742167)
All reactions