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
7 tracked metric groups analyzed — size, quality, tests, churn, workflows, and docs for the gh-aw repository as of 2026-07-29.
The repository sits at 1,652,256 total lines of code across 6,316 files, with an overall Quality Score of 82.1/100 (Good). The standout signal this run is a strong test-to-source ratio of 2.17 (412,440 test LOC vs 190,016 source LOC), up ~10% over both comparison windows — the test suite is growing faster than production code, which is a healthy trend. Documentation coverage held at 719 files / 72,657 LOC (code-to-docs ratio 2.62), and the workflow catalog grew slightly to 371 workflow definitions.
Two things need attention: large files (>500 LOC) are up 44% over 30 days (525 → 756), signalling growing complexity in a subset of files that's worth a refactor pass, and comment density remains the weakest Quality Score component (6.2/10 points, well under its 10-point target). Also note: because of a 22-day gap in daily reporting (last snapshot was 2026-07-07, not 7 days ago), the "7-day" trend figures below are actually comparing against a 22-day-old baseline — treat them as directional, not a precise week-over-week delta.
📊 Visualizations
YAML (524K LOC, mostly compiled workflow lock files) and Go Tests (412K LOC) are now the two largest language buckets, each exceeding Go Source (190K LOC) — reflecting the project's workflow-compilation and test-heavy nature.
pkg/ (638K LOC) and .github/ (613K LOC, dominated by compiled .lock.yml workflows) together account for the large majority of repository size, with actions/ a distant third at 237K LOC.
Test Coverage is at its full 30/30 points and Code Organization is close behind at 17.9/25, but Documentation (15.3/20) and especially Comment Density (6.2/10) are dragging the total down from "Excellent" to "Good."
The test-to-source ratio of 2.17 (test LOC more than double source LOC) is comfortably above the healthy-ratio threshold and continues to trend upward.
Source churn over the last 7 days was moderate — 342 commits touched 979 source files with a net gain of +34,746 lines, led by test-file additions and a large documentation rewrite in frontmatter-full.md.
The chart annotates the 22-day reporting gap explicitly — the apparent LOC drop between 2026-07-07 and 2026-07-29 spans over three weeks of unlogged history rather than a single-day collapse.
View Full Details
Size
Metric
Value
7d change*
30d change
Total LOC
1,652,256
-10.7% ⬇️
-9.0% ⬇️
Total files
6,316
—
—
Go files (total)
2,663
—
—
Test files
1,878
—
—
*The "7d change" baseline is actually 22 days old (2026-07-07) due to a reporting gap — see caveat above.
Address large-file growth — files over 500 LOC rose 44% over the last 30 days (525 → 756). Prioritize a refactor pass on the biggest offenders in pkg/ and .github/workflows/ before this trend compounds further.
Improve comment density — at 6.2/10 points (62% of target), this is the weakest Quality Score component. Focus documentation comments on the Go source packages with the largest recent churn (pkg/workflow, pkg/cli).
Close the code-organization gap — 17.9/25 points suggests directory/module structure has room to tighten, particularly given pkg/ and .github/ together hold >75% of total LOC.
Restore daily reporting cadence — the 22-day gap between the last two snapshots makes week-over-week trend comparisons unreliable; investigate why this workflow didn't run between 2026-07-07 and 2026-07-29.
Keep leaning into the test growth trend — the test-to-source ratio (2.17, +10% both windows) is a genuine strength; continue prioritizing test coverage for new pkg/workflow and pkg/cli code given they're the most actively churned areas.
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.
Summary
7 tracked metric groups analyzed — size, quality, tests, churn, workflows, and docs for the gh-aw repository as of 2026-07-29.
The repository sits at 1,652,256 total lines of code across 6,316 files, with an overall Quality Score of 82.1/100 (Good). The standout signal this run is a strong test-to-source ratio of 2.17 (412,440 test LOC vs 190,016 source LOC), up ~10% over both comparison windows — the test suite is growing faster than production code, which is a healthy trend. Documentation coverage held at 719 files / 72,657 LOC (code-to-docs ratio 2.62), and the workflow catalog grew slightly to 371 workflow definitions.
Two things need attention: large files (>500 LOC) are up 44% over 30 days (525 → 756), signalling growing complexity in a subset of files that's worth a refactor pass, and comment density remains the weakest Quality Score component (6.2/10 points, well under its 10-point target). Also note: because of a 22-day gap in daily reporting (last snapshot was 2026-07-07, not 7 days ago), the "7-day" trend figures below are actually comparing against a 22-day-old baseline — treat them as directional, not a precise week-over-week delta.
📊 Visualizations
YAML (524K LOC, mostly compiled workflow lock files) and Go Tests (412K LOC) are now the two largest language buckets, each exceeding Go Source (190K LOC) — reflecting the project's workflow-compilation and test-heavy nature.
pkg/(638K LOC) and.github/(613K LOC, dominated by compiled.lock.ymlworkflows) together account for the large majority of repository size, withactions/a distant third at 237K LOC.Test Coverage is at its full 30/30 points and Code Organization is close behind at 17.9/25, but Documentation (15.3/20) and especially Comment Density (6.2/10) are dragging the total down from "Excellent" to "Good."
The test-to-source ratio of 2.17 (test LOC more than double source LOC) is comfortably above the healthy-ratio threshold and continues to trend upward.
Source churn over the last 7 days was moderate — 342 commits touched 979 source files with a net gain of +34,746 lines, led by test-file additions and a large documentation rewrite in
frontmatter-full.md.The chart annotates the 22-day reporting gap explicitly — the apparent LOC drop between 2026-07-07 and 2026-07-29 spans over three weeks of unlogged history rather than a single-day collapse.
View Full Details
Size
*The "7d change" baseline is actually 22 days old (2026-07-07) due to a reporting gap — see caveat above.
Quality
Tests
Churn — Source (7 days, excludes lock files)
Most-active source files:
pkg/cli/token_usage.go(-1,141 net, cleanup),docs/.../frontmatter-full.md(+723 net),pkg/workflow/mcp_setup_gateway.go(+454 net),pkg/cli/remote_workflow_test.go(+490 net),pkg/parser/schema_test.go(+475 net).Churn — Generated (lock files, 7 days)
Workflows / Docs
Quality Score Breakdown (Total: 82.1/100 — Good)
Recommendations
pkg/and.github/workflows/before this trend compounds further.pkg/workflow,pkg/cli).pkg/and.github/together hold >75% of total LOC.pkg/workflowandpkg/clicode given they're the most actively churned areas.All reactions