[prompt-analysis] Copilot PR Prompt Analysis - 2026-09-08 #59534
Closed
Replies: 1 comment
|
This discussion has been marked as outdated by Copilot PR Prompt Pattern Analysis. A newer discussion is available at Discussion #59805. |
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-09-08
Summary
Analysis Period: Last 30 days (2026-08-17 to 2026-09-08)
Total PRs: 1000 | Merged: 808 (80.8%) | Closed: 188 (18.8%) | Open: 4 (0.4%)
Merge rate (completed PRs): 81.1%
Prompt Categories and Success Rates
Categorization is keyword-based (title + body) and categories overlap in practice, so bug-fix-flavored language dominates volume in this repo's task mix.
Prompt Analysis
✅ Successful Prompt Patterns
Common characteristics in merged PRs:
github,workflow,run,actions,copilot,agent,model,engine,generatedExample successful prompts:
gh run list, which fails when the GitHub Actions workflow has a different display name..." → Merged--max-storagecannot be satisfied by pruning non-essential data..." → Merged/tmp/gh-aw/agent, which is reserved for user-generated data. This could mix engine..." → MergedThese share a consistent shape: problem statement first ("X was broken because Y"), followed by a short bulleted change list, referencing specific files/commands/flags.
❌ Unsuccessful Prompt Patterns
Common characteristics in closed PRs:
operational,value,evidence,study,metric,null,graders,blocked— language suggestive of exploratory/analytical or evaluation-style tasks rather than concrete code changesExample unsuccessful prompts:
gh aw logscould not resolve extensionless targets for raw GitHub Actions workflows. Extensionless targets now prefer..." → Closedgh aw compileinvocations. ## Changes - Enable repository-wide strict..." → ClosedNote: some closed examples above look structurally similar to successful ones (bullets, code refs) — length and scope crept were the bigger differentiators; several closed PRs' bodies referenced broad, multi-part validation/reporting efforts (
operational,evidence,metric,graders) rather than a single, bounded fix.Key Insights
operational,evidence,metric,study) rather than direct fixes.Recommendations
Historical Trends
Trend: Merge rate has stayed remarkably stable in the ~80-82% band across all recorded runs (spanning early July through early September), with
bug_fixconsistently the dominant PR category by volume. No major shift observed since the last recorded analysis in July — bug-fix-style prompts remain the most reliable pattern for successful Copilot PRs in this repository.Generated by Copilot PR Prompt Analysis (Run: 34276188586)
All reactions