[prompt-analysis] Copilot PR Prompt Analysis - 2026-07-21 #47143
Closed
Replies: 1 comment
|
This discussion has been marked as outdated by Copilot PR Prompt Pattern Analysis. A newer discussion is available at Discussion #47401. |
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-21
Summary
Analysis Period: Last 30 days (2026-06-30 → 2026-07-21)
Total PRs: 1000 | Merged: 764 (76.4%) | Closed: 230 (23.0%) | Open: 6 (0.6%)
Prompt Categories and Success Rates
✅ Successful Prompt Patterns
Common characteristics in merged PRs:
feat,workflow,docs,refactor,copilotfix(221),add(140),refactor(50),remove(30),test(29)Refactoring prompts lead with 80% success rate — prompts that describe a specific problem with exact metrics and files to change perform best.
Example successful prompts
PR #47061 (Merged):
refactor(workflow,cli): eliminate 680 function-length lint findings via targeted helper extraction— Referencesmake golint-customoutput with exact finding count (680), file paths (pkg/workflow,pkg/cli), and worst-offender ranges (200–96 lines).PR #47056 (Merged):
Improve signed-commits push refusal rendering in fallback issue bodies— Describes exact failure condition and specific output location.PR #47055 (Merged):
fix(eslint): patch switch fall-through false negative and hoisted function false positive in require-return-after-core-setfailed— Names two specific precision gaps, the rule involved, and the exact symptom.❌ Unsuccessful Prompt Patterns
Common characteristics in closed PRs:
docs,workflow,feat,copilot,bumpExample unsuccessful prompts
PR #47044 (Closed):
feat(q): apply shared quality gate to Q workflow— References another PR number as context but doesn't describe the expected outcome.PR #46986 (Closed):
Add Copilot AI-credits fallback pricing and skip AI-credits guardrails for BYOK— Two distinct concerns bundled into one prompt.PR #46928 (Closed):
Switch AI Moderator engine from codex to copilot— Engine migration without specifying config files, expected behavior changes, or test criteria.Key Insights
Recommendations
Historical Trends
Trend: Success rate has been stable in the 75–77% range. Refactoring and feature PRs remain most reliable. Documentation consistently underperforms.
References: §29867942549
All reactions