[prompt-clustering] Copilot Agent Prompt Clustering Analysis — 2026-08-01 #49567
Closed
Replies: 1 comment
|
This discussion was automatically closed because it expired on 2026-08-02T10:42:05.107Z.
|
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: 2026-07-11 to 2026-08-01 (trailing ~1000 copilot-authored PRs)
Total PRs analyzed: 1,000 (747 merged, 240 closed, 13 open)
Overall merge success rate: 75.7%
Clusters identified: 4 (k selected by silhouette score, range tested 4–10)
Success rate has been declining for a month — down from an 82.4% peak on 2026-07-01 to 75.7% today, a steady ~6.7-point erosion with no single-day reversal since mid-July.
Full Analysis Report
General Insights
[WIP] Fix failing GitHub Actions job ...PRs, only 63.2% merged (12/19), and cluster 2 ("start / coding / copilot") at 67.4% (229/340), the largest low-success group.Cluster Analysis
Cluster 1: "added / workflow / changes / new" — general feature & fix work
max-stackgating topull_request_review#49453 (merged), Makegithub/gh-awinstallable as theagentic-workflowsskill #49354 (closed)Cluster 2: "start / coding / copilot" — engine/schema/refactor fixes, lowest-volume success
Cluster 3: "pr / chef / sous" — see data-quality note
add-labelsto opt out ofpull-requests: write#49477 (closed)Cluster 4: "actions / fix / job" — CI failure firefighting
[WIP] Fix failing GitHub Actions job ...PRs — one per failing CI job/test shard. Nearly 40% never merge, consistent with reactive CI-firefighting tasks that often get superseded by a follow-up fix before landing.Breakdown by Conventional-Commit Type
refactor is the weakest category by type (62.0%, 36/100 closed) — notably lower than every other category with meaningful volume.
Breakdown by Risk / Priority Label
Only 439/1000 PRs carry
pr-risk/pr-priority/pr-typelabels — the rest have no labels, so these breakdowns cover ~44% of the dataset. High-priority work merges noticeably more often (85.4%) than low-priority work (70.7%), suggesting prioritization labels correlate with better follow-through, or that low-priority items are more readily abandoned/closed rather than merged.Key Findings
[WIP] Fix failing GitHub Actions job ...) rarely all land. Only 63.2% merge; these look like transient, often-superseded single-purpose patches.Recommendations
Methodology note: No workflow-run logs (
aw_info.json) were available this run, so turn counts / duration / cost could not be joined to individual PRs; this report is based on PR metadata and body-text clustering only. TF-IDF (300 features, 1-3 grams) + K-means (k selected via silhouette score, tested k=4–10) on cleaned PR body text; conventional-commit type inferred frompr-type:*labels where present, else title prefix/verb heuristics.Generated by Prompt Clustering Analysis (Run: 30695398045)
All reactions