[prompt-analysis] Copilot PR Prompt Analysis - 2026-05-27 #35312
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Copilot PR Prompt Pattern Analysis. A newer discussion is available at Discussion #35572. |
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.
-
Summary
Analysis Period: Last 30 days (up to 2026-05-27)
Total PRs: 1,000 | Merged: 804 (80.7%) | Closed: 192 (19.3%) | Open: 4
Overall success rate is stable at ~80.7%, consistent with the past 10 days (range: 80.6%–81.7%).
Prompt Categories and Success Rates
Prompt Length Analysis
Key finding: 100–300 word prompts have the highest success rate (83%). Long prompts (600–1000 words) perform poorly at 43%.
Title Verb Analysis
✅ Successful Prompt Patterns
Common characteristics in merged PRs:
optimize,improve,reduce,normalize,prevent,enforceoptimize,reduce,normalize) achieve 90%+ success ratesExample successful prompts:
View merged PR examples
PR Set 10-minute timeout on Playwright CLI installation steps #35270 — "Set 10-minute timeout on Playwright CLI installation steps" → Merged
PR refactor(cli): consolidate local tokenClassWeights into types.TokenClassWeights #35274 — "refactor(cli): consolidate local tokenClassWeights into types.TokenClassWeights" → Merged
PR Refactor docs landing-page guardrails section into visual security overview #35282 — "Refactor docs landing-page guardrails section into visual security overview" → Merged
❌ Unsuccessful Prompt Patterns
Common characteristics in closed PRs:
[WIP]has only 49% success rate vs 83% for clean titlescodex,fallback,inferencecorrelate with closureExample unsuccessful prompts:
View closed PR examples
PR cli: fix 26 consistency issues across flags, naming, and docs #35234 — "cli: fix 26 consistency issues across flags, naming, and docs" → Closed
PR Use local GitHub MCP mode in production report workflows #35273 — "Use local GitHub MCP mode in production report workflows" → Closed
PR Refactor
BuildAWFCommandinto composable helpers to reduce function size inpkg/workflow#35190 — "Refactor BuildAWFCommand into composable helpers..." → ClosedKey Insights
optimize,normalize,reduce) achieve 90–100% success. Broad catch-all verbs perform 10–20% worse.[WIP]have only 49% merge rate vs 83% for non-WIP. If work isn't ready, don't open the PR yet.Recommendations
optimize,normalize,reduce,prevent,enforce— to signal targeted, well-scoped changesfix,add,feat:prefixes — they consistently achieve 80–86% success rates[WIP]PRs — they are merged less than half the time; wait until the work is completeHistorical Trends
Trend: Success rate has been remarkably stable at 80.6%–81.7% over the past 10 days. The slight dip from 81.7% (May 19) to 80.6% (May 25–27) may reflect a shift back toward bug-fix dominated PRs after a feature-heavy period.
References:
Beta Was this translation helpful? Give feedback.
All reactions