[prompt-analysis] Copilot PR Prompt Analysis - 2026-05-21 #33862
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-05-22T21:19:43.571Z.
|
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-05-21
Summary
Analysis Period: Last 30 days
Total PRs Analyzed: 993 | Merged: 799 (80.5%) | Closed: 194 (19.5%)
Key Findings
Prompt Characteristics Comparison
Category Success Rates
Detailed Analysis
✅ What Makes Successful Prompts?
Common characteristics in merged PRs:
Example successful prompts:
PR #33841: Fix Codex lock compiler: move --model flag after exec subcommand
PR #33836: Apply progressive disclosure to ready_for_review PR comment workflows
PR #33831: Normalize context cancellation checks to
errors.Isin CLI paths❌ Patterns in Closed PRs
Common characteristics:
Example unsuccessful prompts:
PR #33839: [WIP] Emit langfuse.session.id and langfuse.user.id for views
PR #33817: [WIP] Refactor to extract progressive disclosure guidelines into shared component
PR #33815: compiler: add parallel file compilation with --workers n
Key Insights
Shorter prompts perform better: Merged PRs have prompts averaging 963 words, while closed PRs average 1105 words (142 words longer). Conciseness appears to correlate with success.
Code examples help: 81.7% of merged PRs include code blocks vs 76.3% of closed PRs. Including specific code examples increases success rate by 5.4%.
File references are standard: 91.9% of both successful and unsuccessful PRs reference specific files. This is a baseline practice, not a differentiator.
Category performance: Bug Fix prompts have the highest success rate at 81.7%, while Other prompts have 33.3%.
Recommendations
Based on today's analysis of 993 PRs:
✅ DO:
❌ AVOID:
💡 Template for High-Success Prompts:
Historical Trends (7-Day View)
Trend: Success rate has improved by 2.8% over the past week.
Analysis of 993 Copilot PRs from the last 30 days • Generated: 2026-05-21 21:16 UTC
Beta Was this translation helpful? Give feedback.
All reactions