[prompt-analysis] Copilot PR Prompt Analysis - 2026-06-27 #41942
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-06-28T21:07:08.769Z.
|
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.
-
🤖 Copilot PR Prompt Pattern Analysis - 2026-06-27
Summary
Analysis Period: Jun 6–27, 2026 (last 30 days)
Total PRs: 1,000 | Merged: 809 (81%) | Closed: 187 (19%) | Open: 4
📈 Trend: Merge rate improved from 79.6% (Jun 10) → 81.2% today — highest recorded in this run series.
Prompt Categories and Success Rates
Note: Bug Fix dominates the dataset (83% of all PRs) — this repo is heavily focused on correctness-driven iteration.
Action Verb Success Rates
bump/updatefixdoc/readmeimprove/strengthenrefactoradd/implement/creategate/remove/retiretest(standalone)Prompt Analysis
✅ Successful Prompt Patterns
Common characteristics in merged PRs:
fix,bump,restrict,extract,gate,strengthenfix(changeset): restrict safe-outputs...,refactor: extract shared CLI engine...Example successful PRs:
fix(changeset): restrict safe-outputs allowed-files to .changeset/*.md→ Merged — scoped fix with precise file patternrefactor: extract shared CLI engine execution logic; make Pi backend resolution configurable→ Merged — specific refactor with clear deliverableStrengthen anomaly detector edge coverage and remove order-dependent test behavior→ Merged — test improvement with concrete problem statement❌ Unsuccessful Prompt Patterns
Common characteristics in closed PRs:
[WIP]-tagged PRs are closed (26/40 — vs 37% for non-WIP)wip,proxy,path,phase 1,placeholderExample unsuccessful PRs:
[WIP] Restore fleet-wide token_usage collection after 6 days of gap→ Closed — placeholder body, not ready[WIP] Add Sentrux PR gate to CI for quality floor protection→ Closed — early WIP with incomplete work[q] Shift Typist execution plan from inlined checklist to Copilot-assigned issue tasks→ Closed — exploratory query, not a concrete changeKey Insights
[WIP]-prefixed PRs have only a 37% merge rate (15 merged, 26 closed out of 41). Avoid opening WIP PRs until the work is substantially complete.Recommendations
Based on today's analysis:
fix(component):,bump X → Y,refactor: extract ...correlate with 82–90% success.[WIP]tags; the 37% WIP merge rate is less than half the 81% baseline.proxy,path,phase 1, orwip— these correlate with closed PRs.Historical Trends
Trend: Merge rate has steadily improved +1.6pp over the last 17 days. Week 26 (Jun 23–27) achieved the highest weekly rate at 84% — up from 78% in week 24.
📊 Raw weekly breakdown
References: §28301554682
Beta Was this translation helpful? Give feedback.
All reactions