You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The repository is exhibiting extremely high automation-driven throughput. Data returned by the query tools was capped at 500 records for PRs and issues (and 100 for discussions), which in this repo's case only covers ~6 days of PR activity and ~3 days of issue activity — not the full 90-day window requested. Metrics below are computed over the actual date range returned by the tools rather than a fixed 90-day lookback, and are labeled accordingly.
Despite the short window, velocity is very strong: PRs merge in under 4 hours on average and issues close in under 14 hours on average, reflecting a mostly automated, high-frequency workflow (bot/agent-driven contributions dominate authorship, with only 4 unique PR authors across 500 PRs).
Key Highlights
✅ 388 PRs merged (of 500 total, ~78% merge rate) over the returned window (2026-08-14 → 2026-08-20)
📊 295 issues resolved (of 500 total, ~59% close rate) over the returned window (2026-08-17 → 2026-08-20)
💬 100 discussions sampled (most recent), 0 marked as answered
⏱️ Average merge time: 3.6 hours
⏱️ Average issue close time: 13.8 hours
👥 4 unique PR contributors (indicates heavy automation/bot concentration)
🚨 Critical Performance Issues
Discussion answer rate is 0% across the 100 most recent discussions sampled — none are marked as "answered." This may indicate discussions are used for reporting/logging rather than Q&A, but is worth reviewing if community questions are going unaddressed.
Query volume caps: the underlying query tools return at most 500 PR/issue records and 100 discussion records per call, which only reaches back a few days in this fast-moving repo. True 90-day trend analysis would require paginated queries across multiple calls.
Pull requests dominate activity volume (500 sampled) followed closely by issues (500 sampled), with discussions trailing (100 sampled, tool-capped). This confirms code-change activity is the primary driver of repository throughput.
📊 Detailed Benchmark Results
🎯 Resolution Metrics
Roughly 78% of sampled PRs have merged, with only 2% currently open — indicating a fast-moving, low-backlog PR pipeline. Issues show a lower resolution rate (59% closed) with a larger open backlog (205 open), suggesting issue triage/closure lags behind PR throughput.
⚡ Velocity Metrics
Merge and close times are both under 24 hours on average, consistent with heavily automated CI/agent-driven contribution flows. The low unique-author count (4) for 500 PRs confirms most changes originate from a small number of bot/agent identities.
📊 Complete Performance Data
Pull Requests
Metric
Value
Total PRs sampled
500
Merged
388
Open
10
Closed (unmerged)
102
Avg Merge Time
3.6 hours
Unique Contributors
4
Date range covered
2026-08-14 → 2026-08-20
Issues
Metric
Value
Total Issues sampled
500
Closed
295
Open
205
Avg Resolution Time
13.8 hours
Date range covered
2026-08-17 → 2026-08-20
Discussions
Metric
Value
Total Discussions sampled
100
Answered
0
Answer Rate
0.0%
Date range covered
2026-08-18 → 2026-08-20
📈 Historical Comparisons
No historical trend cache was available for this run; this report establishes a baseline. Future runs should append metrics to a persisted history file to enable trend comparisons.
💡 Optimization Recommendations
Reduce issue backlog: 205 open issues vs. only 295 closed suggests triage capacity should be increased or automated labeling/closure rules added to keep pace with the 500-issue sample rate.
Investigate discussion engagement: 0% answer rate across 100 discussions warrants a review of whether discussions are being used as intended, and whether maintainer responses are needed.
Extend query pagination: to get an accurate 90-day view instead of the last few days, implement paginated queries (multiple calls with cursors) in the mcp-script tools so future reports reflect the full requested period.
Report generated automatically by the Daily Performance Summary workflow Data source: github/gh-aw - most recent ~500 PRs/issues and ~100 discussions (tool-capped; does not fully cover 90 days for this high-volume repo) Powered by Safe-Input Tools - GitHub queries exposed as MCP tools
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Performance Overview
The repository is exhibiting extremely high automation-driven throughput. Data returned by the query tools was capped at 500 records for PRs and issues (and 100 for discussions), which in this repo's case only covers ~6 days of PR activity and ~3 days of issue activity — not the full 90-day window requested. Metrics below are computed over the actual date range returned by the tools rather than a fixed 90-day lookback, and are labeled accordingly.
Despite the short window, velocity is very strong: PRs merge in under 4 hours on average and issues close in under 14 hours on average, reflecting a mostly automated, high-frequency workflow (bot/agent-driven contributions dominate authorship, with only 4 unique PR authors across 500 PRs).
Key Highlights
🚨 Critical Performance Issues
close_discussioncall is permitted per workflow run, so only the most recent outdated daily-performance discussion ([daily performance] Daily Performance Summary - 2026-08-19 #54080) was closed this run; [daily performance] Daily Performance Summary - 2026-08-18 #53825 remains open and should be closed in a follow-up run.📈 Activity Overview
Pull requests dominate activity volume (500 sampled) followed closely by issues (500 sampled), with discussions trailing (100 sampled, tool-capped). This confirms code-change activity is the primary driver of repository throughput.
📊 Detailed Benchmark Results
🎯 Resolution Metrics
Roughly 78% of sampled PRs have merged, with only 2% currently open — indicating a fast-moving, low-backlog PR pipeline. Issues show a lower resolution rate (59% closed) with a larger open backlog (205 open), suggesting issue triage/closure lags behind PR throughput.
⚡ Velocity Metrics
Merge and close times are both under 24 hours on average, consistent with heavily automated CI/agent-driven contribution flows. The low unique-author count (4) for 500 PRs confirms most changes originate from a small number of bot/agent identities.
📊 Complete Performance Data
Pull Requests
Issues
Discussions
📈 Historical Comparisons
No historical trend cache was available for this run; this report establishes a baseline. Future runs should append metrics to a persisted history file to enable trend comparisons.
💡 Optimization Recommendations
close_discussioncall is permitted per run.Report generated automatically by the Daily Performance Summary workflow
Data source: github/gh-aw - most recent ~500 PRs/issues and ~100 discussions (tool-capped; does not fully cover 90 days for this high-volume repo)
Powered by Safe-Input Tools - GitHub queries exposed as MCP tools
All reactions