[prompt-analysis] Copilot PR Prompt Analysis - 2026-04-11 #25756
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-04-12T04:54:34.578Z.
|
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 (2026-03-19 → 2026-04-11)
Total PRs: 1,000 | Merged: 813 (81.5%) | Closed: 184 (18.4%) | Open: 3
Prompt Categories and Success Rates
Prompt Analysis
✅ Successful Prompt Patterns
Common characteristics in merged PRs:
fix:(326 merged),feat:(112 merged),add(54 merged),docs:(42 merged)fix:prefixed PRs were mergedfeat:prefixed PRs were mergedExample merged PRs:
fix: normalize container pins in wasm golden tests→ Merged ✅Normalize report formatting instructions across daily workflow files→ Merged ✅Fix test failures after action pin updates→ Merged ✅❌ Unsuccessful Prompt Patterns
Common characteristics in closed PRs:
[WIP]prefix appeared in 47 closed vs only 6 mergedExample closed PRs:
Replace resolve_host_repo.cjs with job.workflow_repository / job.workflow_ref...→ Closed ❌feat: add --no-ask-user flag to copilot agentic engine for fully autonomous runs→ Closed ❌refactor: split Go BLOCKER files exceeding 1,000 lines to resolve architecture v...→ Closed ❌View WIP PR Analysis
Out of 56
[WIP]tagged PRs:This is the single strongest predictor of a closed PR. WIP PRs were closed at a rate nearly 4.5x higher than the overall closed rate. Avoid submitting PRs tagged as WIP unless they are explicitly intended for early feedback.
Top closed WIP examples:
[WIP] Fix Design Decision Gate 100% failure due to empty promptKey Insights
[WIP]is a near-certain failure signal — 87.5% of WIP PRs were closed. If the work is exploratory, either complete it before opening a PR or mark it as a draft.Recommendations
Based on today's analysis:
fix:,feat:,add,docs:) — they correlate with 85–89% success rates and signal clear intent[WIP]— 87.5% of WIP PRs were closed; complete the work or use draft PRs insteadHistorical Trends
Trend: Success rate has declined 1.7 percentage points from the April 7 peak. The increase in closed PRs (+17 vs last week) warrants monitoring — may reflect a batch of exploratory or experimental work.
References: §24274980340
Beta Was this translation helpful? Give feedback.
All reactions