[prompt-analysis] Copilot PR Prompt Analysis - 2026-07-12 #45137
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Copilot PR Prompt Pattern Analysis. A newer discussion is available at Discussion #45327. |
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-07-12
Summary
Analysis Period: Last 30 days
Total PRs: 1000 | Merged: 775 (78.9%) | Closed: 207 (21.1%) | Open: 18
Overall success rate (merged/completed): 78.9% — slightly below the recent 7-day average of ~79.4%.
Prompt Categories and Success Rates
Prompt Analysis
✅ Successful Prompt Patterns
Common characteristics in merged PRs:
workflow,actions,github,agent,copilot,engine,modelfix,bump,add,resolve,correctExample Successful Prompts
PR #45101: "fix: bump pinned gVisor release from 20250623.0 to 20250707.0" — Clear, specific version bump with root cause explained (release no longer exists on storage.googleapis.com). → Merged
PR #45025: "chore: bump firewall version to v0.27.30" — Specific version transition with inline TODO resolution noted. → Merged
PR #45006: "feat: Add
docker-sbxruntime support to compiler" — Well-scoped feature addition with clear scope boundary (KVM-isolated Docker sbx microVM). → Merged❌ Unsuccessful Prompt Patterns
Common characteristics in closed PRs:
wip,batch,draft,general,normalizeExample Unsuccessful Prompts
PR #44943: "Normalize report prompt style across daily/weekly workflows" — Broad scope (many files), vague change type ("normalization" across all workflows). → Closed
PR #44942: "Normalize
dispatch-repositorynested keys to kebab-case while preserving snake_case aliases" — Formatting-only change without a functional bug; no strong justification. → ClosedPR #44938: "[WIP] Batch fix 7 detection misconfigured workflows" — WIP label, large batch scope (7 files), no incremental path. → Closed
Key Insights
[WIP]orwipin the title/body are closed at ~15% rate vs ~1% for non-WIP PRs — a consistent multi-day pattern. Avoid WIP labels.Recommendations
[WIP]or batch-scope language ("fix N issues", "normalize across all", "general improvement") — these consistently correlate with closed PRs.Historical Trends (Last 7 Days)
Trend: Success rates are stable between 78.9–80.5%. Bug fix PRs consistently top success rates. No significant degradation this week.
Generated by Copilot PR Prompt Analysis (Run: §29208611323)
Beta Was this translation helpful? Give feedback.
All reactions