Actions Usage
GitHub Actions consumption analytics — where CI minutes go, and which workflows run a lot while producing little.
Table of Contents
📈 GitHub Actions Usage
Where your Actions minutes go across every registry repo, and — quantitatively — which workflows are high-running but low-effective. Refreshed daily by .github/workflows/fleet-pulse.yml (via PyGithub) into _data/actions_usage.yml.
103.7h
53.7h
89.7%
2963
210
34
Cost = wall-clock run minutes (run_started_at → updated_at), a proxy for billable minutes, with two bounds: a run that never executed (startup_failure, or zero jobs) counts as 0 minutes, and every other run is capped at 360 min — GitHub's own job ceiling — so a run left parked in a non-terminal state cannot report minutes it never billed. Those runs still count against the success rate; only their minutes are zeroed. Value = share of minutes ending in success. Waste = minutes on failed/cancelled/timed-out runs. Fleet totals cover bamr87-owned workflows only — the same population on both halves of every ratio, so waste can never exceed consumption. Success rate counts only runs that reached a verdict (success + failure); cancelled runs were superseded, not broken, and show up as cancel_pct / the cancel-heavy flag instead. A workflow with NO verdicts in the window (every run skipped) reports null rates — 'no data', not 0%.
Consumption by workflow type
| Type | Share of minutes | Minutes | Runs | Effectiveness | Wasted |
|---|---|---|---|---|---|
| ci |
|
2421 | 534 | 37.4% | 1516m |
| other |
|
1669 | 904 | 44.7% | 915m |
| ai |
|
763 | 762 | 92.8% | 34m |
| automation |
|
547 | 273 | 19.5% | 436m |
| deploy |
|
349 | 166 | 68.1% | 111m |
| security |
|
316 | 107 | 36.4% | 201m |
| dependencies |
|
103 | 130 | 92.4% | 5m |
| docs |
|
47 | 77 | 94.9% | 2m |
| release |
|
10 | 10 | 100.0% | 0m |
Cost vs. effectiveness
Each dot is a workflow: x = minutes consumed (√-scaled), y = effectiveness (% of minutes ending in success), size = run count. The shaded corner (high cost, low value) is where to look first. Workflows with no verdicts in the window — every run skipped by an if: gate — have no effectiveness to plot and are omitted; they show as — in the table below rather than 0%.
Workflows — drill down
| Repo / workflow | Type | Runs | Min | Avg | p95 | Success | Effective | Wasted | Signals |
|---|---|---|---|---|---|---|---|---|---|
| law-ai / CI | ci | 52 | 629 | 12.1 | 17.8 | 79.5% | 27.8% | 455m | high-cost·low-value flaky slow |
| zer0-mistakes / Comprehensive CI Pipeline | ci | 41 | 539 | 13.2 | 20.2 | 71.4% | 29.3% | 381m | high-cost·low-value flaky slow cancel-heavy |
| law-ai / Integration Tests | ci | 25 | 399 | 16.0 | 3.5 | 88.0% | 16.0% | 335m | high-cost·low-value slow |
| law-ai / refresh-lsat-content | automation | 9 | 340 | 37.8 | 328.8 | 88.9% | 3.3% | 329m | high-cost·low-value slow |
| law-ai / markdown-oneline | other | 45 | 338 | 7.5 | 0.3 | 95.6% | 2.8% | 329m | high-cost·low-value |
| bashconsultants / Build & validate | ci | 27 | 196 | 7.3 | 1.5 | 78.3% | 9.5% | 177m | high-cost·low-value flaky |
| bashconsultants / markdown-oneline | other | 19 | 178 | 9.4 | 0.3 | 73.7% | 1.7% | 175m | high-cost·low-value flaky |
| zer0-mistakes / Visual evidence autogen | other | 45 | 240 | 5.3 | 9.3 | 93.1% | 45.8% | 130m | high-cost·low-value |
| zer0-mistakes / Pages | deploy | 41 | 173 | 4.2 | 2.9 | 97.1% | 41.5% | 101m | high-cost·low-value |
| zer0-mistakes / Evidence gate | other | 43 | 112 | 2.6 | 0.9 | 91.2% | 10.3% | 100m | high-cost·low-value |
| zer0-mistakes / Manifest Sync | automation | 38 | 101 | 2.7 | 0.3 | 66.7% | 0.5% | 99m | high-cost·low-value |
| zer0-mistakes / CodeQL Security Scanning | security | 38 | 144 | 3.8 | 1.9 | 97.1% | 31.1% | 99m | high-cost·low-value |
| zer0-mistakes / Secret scan | security | 38 | 110 | 2.9 | 0.5 | 97.0% | 9.6% | 99m | high-cost·low-value |
| zer0-mistakes / markdown-oneline | other | 40 | 109 | 2.7 | 0.5 | 97.2% | 9.4% | 99m | high-cost·low-value |
| lifehacker.dev / pipeline | other | 66 | 226 | 3.4 | 5.7 | 98.0% | 73.0% | 61m | cancel-heavy |
| law-ai / Nightly Tests & Autonomy | ci | 1 | 54 | 53.8 | 53.8 | 0.0% | 0.0% | 54m | high-cost·low-value slow |
| barodybroject / CI - Build and Test | ci | 25 | 85 | 3.4 | 4.6 | 52.0% | 49.7% | 43m | high-cost·low-value flaky |
| lifehacker.dev / mcp-tests | ci | 63 | 92 | 1.5 | 6.9 | 100.0% | 69.9% | 28m | |
| gitorio / CI | ci | 86 | 71 | 0.8 | 1.4 | 81.8% | 78.1% | 16m | flaky |
| githubai / Claude Maintenance | ai | 2 | 12 | 5.8 | 8.4 | 50.0% | 28.0% | 8m | high-cost·low-value |
| bashconsultants / Content gardener | other | 2 | 8 | 4.1 | 4.4 | 0.0% | 0.0% | 8m | high-cost·low-value |
| bashconsultants / Content review (weekly) | ai | 2 | 8 | 4.0 | 4.6 | 0.0% | 0.0% | 8m | high-cost·low-value |
| barodybroject / Maintenance and Infrastructure | automation | 2 | 7 | 3.6 | 3.6 | 0.0% | 0.0% | 7m | high-cost·low-value |
| zpl-viewer / CI | ci | 3 | 7 | 2.4 | 2.7 | 0.0% | 0.0% | 7m | high-cost·low-value failing |
| it-journey / ♾️ Quest Perfection Loop | ai | 8 | 160 | 20.0 | 27.8 | 87.5% | 95.6% | 7m | slow cron-heavy |
| bashconsultants / Preacher (weekly doctrine) | other | 2 | 7 | 3.5 | 3.9 | 0.0% | 0.0% | 7m | high-cost·low-value |
| bashconsultants / pages-build-deployment | deploy | 13 | 12 | 0.9 | 1.3 | 100.0% | 50.8% | 6m | high-cost·low-value cancel-heavy |
| git-with-the-program / CI | ci | 6 | 16 | 2.7 | 6.2 | 100.0% | 67.7% | 5m | |
| zer0-mistakes / Content & Docs Review | ai | 22 | 93 | 4.3 | 6.3 | 100.0% | 94.6% | 5m | |
| it-journey / CI | ci | 36 | 35 | 1.0 | 1.8 | 57.6% | 87.5% | 4m | flaky |
| aieo / CI | ci | 22 | 26 | 1.2 | 2.5 | 100.0% | 87.6% | 3m | cancel-heavy |
| it-journey / 🏗️ Build Validation & Cross-Platform Testing | ci | 17 | 29 | 1.7 | 2.0 | 88.2% | 89.7% | 3m | |
| it-journey / CodeQL | security | 24 | 20 | 0.8 | 1.4 | 63.6% | 86.8% | 3m | flaky |
| bashcrawl / CI | ci | 6 | 5 | 0.8 | 1.1 | 60.0% | 48.8% | 3m | flaky |
| ai-seed / ci-cd-pipeline | deploy | 3 | 11 | 3.6 | 4.3 | 66.7% | 77.8% | 2m | |
| barodybroject / Claude | ai | 80 | 5 | 0.1 | 0.2 | 100.0% | 12.5% | 0m | |
| git-with-the-program / Dependabot Updates | dependencies | 3 | 3 | 1.1 | 1.1 | 33.3% | 30.6% | 2m | failing |
| it-journey / 🤝 Content Auto-Merge | ai | 71 | 75 | 1.1 | 2.6 | 93.9% | 97.2% | 2m | cancel-heavy |
| it-journey / 🤖 Dependabot auto-merge | dependencies | 22 | 2 | 0.1 | 0.2 | 0.0% | 0.0% | 1m | |
| lifehacker.dev / pages-build-deployment | deploy | 34 | 60 | 1.8 | 2.1 | 100.0% | 97.1% | 2m | |
| barodybroject / markdown-oneline | other | 22 | 4 | 0.2 | 0.2 | 63.6% | 61.2% | 2m | flaky |
| gitorio / Factory: Gitorio Factory 1 | other | 2 | 3 | 1.4 | 1.6 | 50.0% | 44.2% | 2m | |
| lifehacker.dev / auto-fix | other | 70 | 3 | 0.1 | 0.2 | 100.0% | 3.1% | 0m | |
| it-journey / 🔗 Link Health Guardian | docs | 37 | 35 | 0.9 | 0.7 | 43.2% | 95.7% | 2m | failing |
| edgar-data-parse / CI | ci | 7 | 11 | 1.5 | 1.7 | 85.7% | 86.3% | 2m | |
| ai-seed / CI | ci | 4 | 7 | 1.7 | 1.9 | 75.0% | 77.0% | 2m | flaky |
| gitorio / markdown-oneline | other | 69 | 10 | 0.2 | 0.3 | 81.6% | 86.6% | 1m | flaky |
| gitorio / Claude | ai | 68 | 5 | 0.1 | 0.3 | 100.0% | 47.2% | 0m | |
| cv-builder-pro / Dependabot Updates | dependencies | 5 | 5 | 1.1 | 1.5 | 60.0% | 78.2% | 1m | flaky |
| it-journey / 🎯 Quest Content Validation | ai | 29 | 7 | 0.2 | 0.5 | 55.2% | 83.9% | 1m | flaky |
| aieo / Dependabot Updates | dependencies | 9 | 7 | 0.8 | 1.0 | 77.8% | 88.2% | 1m | flaky |
| it-journey / markdown-oneline | other | 29 | 4 | 0.1 | 0.3 | 55.2% | 80.0% | 1m | flaky |
| zer0-mistakes / 🧭 Issue Autopilot | ai | 34 | 6 | 0.2 | 0.1 | 100.0% | 78.7% | 0m | cancel-heavy |
| zer0-mistakes / CI self-repair | automation | 36 | 2 | 0.1 | 0.2 | 100.0% | 25.2% | 0m | |
| it-journey / 🤖 Agentic Quest Review | ai | 34 | 51 | 1.5 | 8.2 | 100.0% | 97.4% | 0m | |
| zer0-mistakes / Sync | automation | 10 | 2 | 0.2 | 0.4 | 71.4% | 72.2% | 1m | flaky |
| it-journey / 🧭 Issue Autopilot | ai | 34 | 16 | 0.5 | 1.9 | 100.0% | 96.9% | 1m | cancel-heavy |
| it-journey / Frontmatter Validation | docs | 19 | 6 | 0.3 | 0.4 | 73.7% | 91.4% | 1m | flaky |
| it-journey / 📝 Content Review | ai | 19 | 2 | 0.1 | 0.2 | 73.7% | 79.3% | 1m | flaky |
| wtd / Fleet Loop | other | 83 | 225 | 2.7 | 4.8 | 100.0% | 99.6% | 0m | cron-heavy |
| ai-seed / triage-on-failure | automation | 16 | 7 | 0.4 | 0.5 | 100.0% | 88.9% | 0m | |
| it-journey / Quest Idea Intake | ai | 37 | 3 | 0.1 | 0.2 | 100.0% | 87.4% | 0m | cancel-heavy |
| it-journey / ⚔️ Quest Forge | ai | 36 | 3 | 0.1 | 0.2 | 100.0% | 86.4% | 0m | cancel-heavy |
| README / Docs Quality Check | docs | 5 | 2 | 0.4 | 0.6 | 75.0% | 80.2% | 0m | flaky |
| wtd / markdown-oneline | other | 5 | 1 | 0.2 | 0.2 | 80.0% | 78.8% | 0m | flaky |
| wtd / Fleet Daily | other | 4 | 7 | 1.8 | 7.1 | 100.0% | 96.1% | 0m | |
| ai-seed / seed-verify | other | 4 | 1 | 0.2 | 0.2 | 75.0% | 77.5% | 0m | flaky |
| gitorio / Deploy to GitHub Pages | deploy | 13 | 7 | 0.5 | 0.7 | 100.0% | 98.8% | 0m | |
| it-journey / 🧹 Lint workflows | ci | 4 | 1 | 0.3 | 0.4 | 75.0% | 91.8% | 0m | flaky |
| lifehacker.dev / auto-merge | automation | 99 | 40 | 0.4 | 0.6 | 100.0% | 99.9% | 0m | |
| githubai / Claude Review | ai | 3 | 4 | 1.2 | 3.6 | 100.0% | 98.6% | 0m | |
| githubai / Claude Implement | ai | 34 | 1 | 0.0 | 0.0 | — | — | 0m | |
| ai-seed / seed-evolve | ai | 9 | 1 | 0.1 | 0.2 | — | — | 0m | |
| archify / CI | ci | 388 | 2167 | 5.6 | 4.4 | 70.4% | 26.7% | 1589m | |
| lifehacker.dev / content-factory | ai | 4 | 216 | 54.0 | 57.4 | 100.0% | 100.0% | 0m | slow |
| zer0-mistakes / Install Matrix | ci | 24 | 78 | 3.3 | 3.6 | 100.0% | 100.0% | 0m | |
| archify / DSH integration | other | 40 | 74 | 1.9 | 7.0 | 71.4% | 34.5% | 49m | |
| zer0-mistakes / TEST (Latest Dependencies) | ci | 5 | 57 | 11.4 | 11.6 | 100.0% | 100.0% | 0m | |
| it-journey / 🔧 Quest Fix Loop | ai | 5 | 51 | 10.2 | 12.9 | 100.0% | 100.0% | 0m | cron-heavy |
| lifehacker.dev / content-scout | other | 4 | 43 | 10.6 | 12.9 | 100.0% | 100.0% | 0m | |
| skills / Copilot | ai | 14 | 39 | 2.8 | 4.9 | 100.0% | 100.0% | 0m | |
| lifehacker.dev / auto-update | other | 98 | 38 | 0.4 | 0.6 | 100.0% | 99.9% | 0m | |
| zer0-mistakes / Nightly Extended Tests | ci | 2 | 33 | 16.5 | 16.8 | 100.0% | 100.0% | 0m | slow |
| it-journey / pages-build-deployment | deploy | 13 | 33 | 2.5 | 3.2 | 100.0% | 100.0% | 0m | |
| bashcrawl / Blank-Slate Audit | security | 2 | 29 | 14.6 | 14.8 | 100.0% | 100.0% | 0m | slow |
| ai-seed / seed-tend | other | 56 | 21 | 0.4 | 0.5 | 100.0% | 100.0% | 0m | cron-heavy |
| law-ai / deploy-lsat-pages | deploy | 10 | 21 | 2.1 | 8.1 | 100.0% | 100.0% | 0m | |
| law-ai / Dependabot Updates | dependencies | 8 | 19 | 2.4 | 4.8 | 100.0% | 100.0% | 0m | |
| edgar-data-parse / Refresh warehouse dataset | automation | 2 | 18 | 9.1 | 9.3 | 100.0% | 100.0% | 0m | |
| edgar-data-parse / Dependabot Updates | dependencies | 11 | 18 | 1.7 | 3.1 | 100.0% | 100.0% | 0m | |
| bashconsultants / Site health | other | 14 | 17 | 1.2 | 1.3 | 100.0% | 100.0% | 0m | cron-heavy |
| it-journey / 🧭 CMS Daily Content Loop | ai | 8 | 16 | 2.0 | 2.4 | 100.0% | 100.0% | 0m | cron-heavy |
| bamr87.github.io / pages-build-deployment | deploy | 14 | 15 | 1.0 | 1.3 | 100.0% | 100.0% | 0m | |
| skills / CodeQL - Code Quality | security | 13 | 14 | 1.1 | 1.3 | 100.0% | 100.0% | 0m | |
| lifehacker.dev / markdown-oneline | other | 60 | 13 | 0.2 | 0.3 | 100.0% | 100.0% | 0m | |
| gitorio / Factory: Gitorio Factory 2 | other | 14 | 13 | 0.9 | 1.2 | 100.0% | 100.0% | 0m | cron-heavy |
| cv-builder-pro / CI | ci | 5 | 12 | 2.4 | 2.7 | 100.0% | 100.0% | 0m | |
| lifehacker.dev / triage | automation | 4 | 12 | 3.0 | 3.4 | 100.0% | 100.0% | 0m | |
| skills / Smoke Test | ci | 20 | 12 | 0.6 | 0.8 | 93.3% | 97.4% | 0m | |
| zer0-mistakes / Translate | other | 1 | 11 | 10.5 | 10.5 | 100.0% | 100.0% | 0m | |
| lifehacker.dev / theme-scout | ai | 1 | 11 | 10.5 | 10.5 | 100.0% | 100.0% | 0m | |
| archify / pages-build-deployment | deploy | 17 | 10 | 0.6 | 1.3 | 100.0% | 100.0% | 0m | |
| gitorio / Dependabot Updates | dependencies | 7 | 9 | 1.3 | 2.2 | 100.0% | 100.0% | 0m | |
| it-journey / 🚀 Sync gh-pages from main | deploy | 16 | 9 | 0.6 | 0.7 | 100.0% | 100.0% | 0m | cron-heavy |
| zer0-mistakes / UI/UX Audit | security | 1 | 9 | 9.0 | 9.0 | 100.0% | 100.0% | 0m | |
| lifehacker.dev / loop-tuner | other | 1 | 9 | 8.8 | 8.8 | 100.0% | 100.0% | 0m | |
| bamr87.github.io / Regenerate site indexes | other | 14 | 9 | 0.6 | 1.0 | 100.0% | 100.0% | 0m | cron-heavy |
| README / Deploy GitHub Pages | deploy | 3 | 7 | 2.4 | 3.0 | 100.0% | 100.0% | 0m | |
| archify / Release | release | 2 | 7 | 3.7 | 3.7 | 50.0% | 49.4% | 4m | |
| lifehacker.dev / Factory: Issue Factory 2 | automation | 2 | 7 | 3.4 | 3.6 | 100.0% | 100.0% | 0m | |
| wtd / CI | ci | 7 | 6 | 0.9 | 1.2 | 100.0% | 100.0% | 0m | |
| lifehacker.dev / nightly | other | 4 | 6 | 1.5 | 1.7 | 100.0% | 100.0% | 0m | |
| lifehacker.dev / Factory: Issue Factory 1 | automation | 3 | 6 | 2.0 | 2.4 | 100.0% | 100.0% | 0m | |
| zer0-mistakes / Lint workflows | ci | 21 | 6 | 0.3 | 0.3 | 100.0% | 100.0% | 0m | |
| it-journey / Dependabot Updates | dependencies | 2 | 6 | 2.9 | 4.4 | 100.0% | 100.0% | 0m | |
| it-journey / ✒️ Content Quality (brand gate) | ai | 14 | 5 | 0.4 | 0.5 | 100.0% | 100.0% | 0m | |
| skills / CodeQL | security | 5 | 5 | 1.0 | 1.3 | 100.0% | 100.0% | 0m | |
| archify / Star History | other | 5 | 5 | 1.0 | 1.9 | 80.0% | 62.7% | 2m | |
| bashcrawl / Dependabot Updates | dependencies | 6 | 5 | 0.8 | 1.0 | 100.0% | 100.0% | 0m | |
| cv / publish | release | 2 | 5 | 2.4 | 2.8 | 100.0% | 100.0% | 0m | |
| aieo / Dependency Graph | dependencies | 5 | 5 | 0.9 | 1.4 | 100.0% | 100.0% | 0m | |
| zer0-mistakes / Dependabot Updates | dependencies | 1 | 4 | 4.4 | 4.4 | 100.0% | 100.0% | 0m | |
| zer0-image-generator / Test | ci | 4 | 4 | 1.1 | 1.2 | 100.0% | 100.0% | 0m | |
| vscode-front-matter / CodeQL | security | 3 | 4 | 1.4 | 1.7 | 100.0% | 100.0% | 0m | |
| lifehacker.dev / Claude | ai | 75 | 4 | 0.1 | 0.2 | — | — | 0m | |
| 2005 / pages-build-deployment | deploy | 4 | 4 | 0.9 | 1.0 | 100.0% | 100.0% | 0m | |
| README / CI | ci | 8 | 3 | 0.4 | 0.8 | 100.0% | 100.0% | 0m | |
| githubai / Dependabot Updates | dependencies | 4 | 3 | 0.8 | 0.9 | 100.0% | 100.0% | 0m | |
| edgar-data-parse / Publish static site | release | 4 | 3 | 0.8 | 0.8 | 100.0% | 100.0% | 0m | |
| gitorio / Factory: Gitorio Factory 3 | other | 2 | 3 | 1.5 | 1.6 | 100.0% | 100.0% | 0m | |
| README / Aggregate Documentation | docs | 2 | 2 | 1.2 | 1.2 | 100.0% | 100.0% | 0m | |
| it-journey / 🔄 Automated PR Freshness | other | 48 | 2 | 0.1 | 0.2 | — | — | 0m | cron-heavy |
| it-journey / Sync GitHub Profile Data | automation | 8 | 2 | 0.3 | 0.3 | 100.0% | 100.0% | 0m | cron-heavy |
| zer0-mistakes / Claude | ai | 40 | 2 | 0.1 | 0.2 | — | — | 0m | |
| barodybroject / Dependabot Updates | dependencies | 2 | 2 | 1.1 | 1.3 | 100.0% | 100.0% | 0m | |
| zpl-viewer / Dependabot Updates | dependencies | 2 | 2 | 1.1 | 1.1 | 100.0% | 100.0% | 0m | |
| lifehacker.dev / CI | ci | 2 | 2 | 1.1 | 1.1 | 100.0% | 100.0% | 0m | |
| drsai / Dependabot Updates | dependencies | 2 | 2 | 1.0 | 1.1 | 100.0% | 100.0% | 0m | |
| drsai / CI | ci | 1 | 2 | 2.0 | 2.0 | 100.0% | 100.0% | 0m | |
| vs-sonic-pi / Dependabot Updates | dependencies | 2 | 2 | 1.0 | 1.0 | 100.0% | 100.0% | 0m | |
| gitorio / Factory: Docs Gardener | docs | 14 | 2 | 0.1 | 0.2 | 100.0% | 100.0% | 0m | cron-heavy |
| law-ai / Dependency Graph | dependencies | 2 | 2 | 0.9 | 0.9 | 100.0% | 100.0% | 0m | |
| zer0-mistakes / Auto-merge low-risk PRs | automation | 37 | 2 | 0.1 | 0.2 | — | — | 0m | |
| zer0-mistakes / Release | release | 3 | 2 | 0.6 | 0.7 | 100.0% | 100.0% | 0m | |
| README / markdown-oneline | other | 8 | 2 | 0.2 | 0.3 | 100.0% | 100.0% | 0m | |
| csv-vscoode / CI | ci | 2 | 2 | 0.8 | 1.1 | 100.0% | 100.0% | 0m | |
| vscode-front-matter / extension | other | 1 | 2 | 1.5 | 1.5 | 100.0% | 100.0% | 0m | |
| githubai / Claude | ai | 23 | 1 | 0.1 | 0.2 | — | — | 0m | |
| githubai / CI | ci | 2 | 1 | 0.7 | 0.8 | 100.0% | 100.0% | 0m | |
| drsai / pages | deploy | 1 | 1 | 1.4 | 1.4 | 100.0% | 100.0% | 0m | |
| SCHEMA / ci | ci | 5 | 1 | 0.3 | 0.8 | 100.0% | 100.0% | 0m | |
| zer0-mistakes / Dependabot auto-merge | dependencies | 32 | 1 | 0.0 | 0.2 | — | — | 0m | |
| skills / Vally Workflow Evaluation | ai | 1 | 1 | 1.2 | 1.2 | 0.0% | 0.0% | 1m | |
| wargames / CI | ci | 1 | 1 | 1.2 | 1.2 | 100.0% | 100.0% | 0m | |
| lifehacker.dev / Dependabot Updates | dependencies | 1 | 1 | 1.2 | 1.2 | 100.0% | 100.0% | 0m | |
| zer0-pages-remote / CI | ci | 1 | 1 | 1.3 | 1.3 | 100.0% | 100.0% | 0m | |
| djangoerp / CI | ci | 1 | 1 | 1.3 | 1.3 | 100.0% | 100.0% | 0m | |
| it-journey / 🔍 Dependency Security Checker | dependencies | 1 | 1 | 1.1 | 1.1 | 100.0% | 100.0% | 0m | |
| aieo / Claude | ai | 24 | 1 | 0.1 | 0.2 | — | — | 0m | |
| vscode-front-matter / CI | ci | 1 | 1 | 1.1 | 1.1 | 100.0% | 100.0% | 0m | |
| vs-sonic-pi / CI | ci | 3 | 1 | 0.3 | 0.4 | 100.0% | 100.0% | 0m | |
| csv-vscoode / Dependabot Updates | dependencies | 1 | 1 | 1.0 | 1.0 | 100.0% | 100.0% | 0m | |
| SCHEMA / Dependabot Updates | dependencies | 2 | 1 | 0.5 | 0.6 | 100.0% | 100.0% | 0m | |
| it-journey / 🏭 Content Factory | ai | 7 | 1 | 0.1 | 0.2 | 100.0% | 100.0% | 0m | cron-heavy |
| zer0-mistakes / Update Dependencies | ci | 1 | 1 | 0.9 | 0.9 | 100.0% | 100.0% | 0m | |
| lifehacker.dev / deploy-verify | deploy | 4 | 1 | 0.2 | 0.3 | 100.0% | 100.0% | 0m | |
| zer0-image-generator / CI | ci | 4 | 1 | 0.2 | 0.3 | 100.0% | 100.0% | 0m | |
| lawmode / LawMode Legal Review | other | 1 | 1 | 0.9 | 0.9 | 100.0% | 100.0% | 0m | |
| bamr87.github.io / CI | ci | 1 | 1 | 0.8 | 0.8 | 100.0% | 100.0% | 0m | |
| zer0-pages / CI | ci | 1 | 1 | 0.8 | 0.8 | 100.0% | 100.0% | 0m | |
| scripts / CI | ci | 2 | 1 | 0.4 | 0.5 | 100.0% | 100.0% | 0m | |
| it-journey / Claude | ai | 18 | 1 | 0.0 | 0.2 | — | — | 0m | |
| lawmode / CI | ci | 1 | 1 | 0.7 | 0.7 | 100.0% | 100.0% | 0m | |
| zer0-image-generator / markdown-oneline | other | 3 | 1 | 0.2 | 0.2 | 100.0% | 100.0% | 0m | |
| lifehacker.dev / wire-scout | other | 4 | 1 | 0.1 | 0.2 | 100.0% | 100.0% | 0m | |
| skills / Copilot SDK Tests | ai | 14 | 1 | 0.0 | 0.1 | — | — | 0m | |
| it-journey / Update Contributor Profiles | automation | 1 | 1 | 0.5 | 0.5 | 100.0% | 100.0% | 0m | |
| zer0-mistakes / Propagate Theme | other | 1 | 1 | 0.5 | 0.5 | 100.0% | 100.0% | 0m | |
| zer0-image-generator / Release | release | 1 | 1 | 0.5 | 0.5 | 100.0% | 100.0% | 0m | |
| law-ai / Evolve (weekly autopilot) | ai | 2 | 1 | 0.2 | 0.3 | 100.0% | 100.0% | 0m | |
| bashcrawl / GitHub Pages | deploy | 1 | 1 | 0.5 | 0.5 | 100.0% | 100.0% | 0m | |
| bashconsultants / Content loop | other | 3 | 1 | 0.2 | 0.2 | 100.0% | 100.0% | 0m | |
| books / CI | ci | 1 | 1 | 0.5 | 0.5 | 100.0% | 100.0% | 0m | |
| ai-seed / seed-steward | other | 5 | 0 | 0.1 | 0.2 | — | — | 0m | |
| cv / CI | ci | 1 | 0 | 0.4 | 0.4 | 100.0% | 100.0% | 0m | |
| zer0-mistakes / Assign merged PRs to milestone | automation | 3 | 0 | 0.1 | 0.1 | 100.0% | 100.0% | 0m | |
| zer0-mistakes / Giscus comment digest | automation | 1 | 0 | 0.3 | 0.3 | 100.0% | 100.0% | 0m | |
| law-ai / Factory: Evolve Pilot | ai | 2 | 0 | 0.1 | 0.2 | 100.0% | 100.0% | 0m | |
| bashcrawl / markdown-oneline | other | 2 | 0 | 0.1 | 0.2 | 100.0% | 100.0% | 0m | |
| bashconsultants / PR to upstream (amr-bash) | other | 2 | 0 | 0.1 | 0.2 | 100.0% | 100.0% | 0m | |
| bashconsultants / LinkedIn token health | other | 2 | 0 | 0.1 | 0.2 | 100.0% | 100.0% | 0m | |
| irony-works / Germinate | other | 2 | 0 | 0.1 | 0.2 | — | — | 0m | |
| cv-builder-pro / markdown-oneline | other | 1 | 0 | 0.2 | 0.2 | 100.0% | 100.0% | 0m | |
| it-journey / 🔭 Theme Scout | ai | 2 | 0 | 0.1 | 0.1 | 100.0% | 100.0% | 0m | |
| githubai / Claude Auto-Merge | ai | 3 | 0 | 0.1 | 0.2 | — | — | 0m | |
| csv-vscoode / Claude | ai | 1 | 0 | 0.2 | 0.2 | — | — | 0m | |
| zer0-pages / schema-check | ci | 1 | 0 | 0.2 | 0.2 | 100.0% | 100.0% | 0m | |
| it-journey / 🔍 Agent Audit | security | 1 | 0 | 0.1 | 0.1 | 100.0% | 100.0% | 0m | |
| law-ai / Claude | ai | 2 | 0 | 0.0 | 0.0 | — | — | 0m | |
| law-ai / Factory: Backlog Triage | automation | 1 | 0 | 0.2 | 0.2 | 100.0% | 100.0% | 0m | |
| githubai / Claude Triage | ai | 1 | 0 | 0.1 | 0.1 | — | — | 0m | |
| edgar-data-parse / Claude | ai | 2 | 0 | 0.1 | 0.1 | — | — | 0m | |
| wtd / Claude | ai | 2 | 0 | 0.0 | 0.1 | — | — | 0m | |
| lifehacker.dev / weekly-epic | other | 1 | 0 | 0.1 | 0.1 | 100.0% | 100.0% | 0m | |
| 1987 / CI | ci | 1 | 0 | 0.1 | 0.1 | 100.0% | 100.0% | 0m | |
| SCHEMA / maintenance | automation | 1 | 0 | 0.2 | 0.2 | 100.0% | 100.0% | 0m | |
| gitorio / Evolve (weekly autopilot) | ai | 2 | 0 | 0.0 | 0.0 | — | — | 0m | |
| ai-seed / seed-grow | other | 2 | 0 | 0.0 | 0.0 | 0.0% | 100.0% | 0m | |
| zpl-viewer / Claude | ai | 1 | 0 | 0.0 | 0.0 | — | — | 0m | |
| bashcrawl / Claude | ai | 1 | 0 | 0.0 | 0.0 | — | — | 0m |
84 workflows defined but idle this window — candidates to prune or disable
| Repo | Workflow | Path | State |
|---|---|---|---|
| .github | 🎯 release-please (reusable) | .github/workflows/release-please.yml | active |
| .github | 📦 publish (reusable) | .github/workflows/publish.yml | active |
| .github | 🚦 CI (reusable) | .github/workflows/ci.yml | active |
| 1987 | Claude | .github/workflows/claude.yml | active |
| 1987 | markdown-oneline | .github/workflows/markdown-oneline.yml | active |
| README | Claude | .github/workflows/claude.yml | active |
| SCHEMA | Claude | .github/workflows/claude.yml | active |
| ai-seed | docs-build-deploy | .github/workflows/docs-build-deploy.yml | active |
| ai-seed | markdown-oneline | .github/workflows/markdown-oneline.yml | active |
| ai-seed | seed-germinate | .github/workflows/seed-germinate.yml | active |
| aieo | AIEO content (reusable) | .github/workflows/aieo-content-reusable.yml | active |
| aieo | AIEO pilot (it-journey quickstart) | .github/workflows/aieo-it-journey-pilot.yml | active |
| aieo | Release | .github/workflows/release.yml | active |
| aieo | markdown-oneline | .github/workflows/markdown-oneline.yml | active |
| bamr87.github.io | Claude | .github/workflows/claude.yml | active |
| bamr87.github.io | markdown-oneline | .github/workflows/markdown-oneline.yml | active |
| barodybroject | Build and Deploy Documentation | .github/workflows/docs.yml | disabled_manually |
| barodybroject | Deploy Jekyll with GitHub Pages dependencies preinstalled | .github/workflows/jekyll-gh-pages.yml | active |
| barodybroject | Deploy to Azure | .github/workflows/deploy.yml | disabled_manually |
| bashconsultants | Claude | .github/workflows/claude.yml | active |
| bashconsultants | LinkedIn publish | .github/workflows/linkedin-publish.yml | active |
| books | Claude | .github/workflows/claude.yml | active |
| books | markdown-oneline | .github/workflows/markdown-oneline.yml | active |
| csv-vscoode | markdown-oneline | .github/workflows/markdown-oneline.yml | active |
| cv | Claude | .github/workflows/claude.yml | active |
| cv | latex-preview | .github/workflows/latex-preview.yml | active |
| cv | markdown-oneline | .github/workflows/markdown-oneline.yml | active |
| cv | release | .github/workflows/release.yml | active |
| cv-builder-pro | Claude | .github/workflows/claude.yml | active |
| djangoerp | Claude | .github/workflows/claude.yml | active |
| djangoerp | markdown-oneline | .github/workflows/markdown-oneline.yml | active |
| drsai | Claude | .github/workflows/claude.yml | active |
| drsai | markdown-oneline | .github/workflows/markdown-oneline.yml | active |
| edgar-data-parse | Release | .github/workflows/release.yml | active |
| edgar-data-parse | markdown-oneline | .github/workflows/markdown-oneline.yml | active |
| githubai | Claude Release | .github/workflows/claude-release.yml | active |
| githubai | markdown-oneline | .github/workflows/markdown-oneline.yml | active |
| githubai | shell | .github/workflows/shell.yml | active |
| irony-works | Alanis Gate | .github/workflows/alanis-gate.yml | active |
| irony-works | Publish | .github/workflows/publish.yml | active |
| it-journey | Validate Quest Solutions | .github/workflows/validate-solutions.yml | active |
| it-journey | 🎬 Quest Walkthrough Video | .github/workflows/quest-video.yml | active |
| it-journey | 🔧 Quest Fix | .github/workflows/quest-fix.yml | active |
| it-journey | 🜂 Agent Plan-then-Act (GH-600 reference) | .github/workflows/agent-plan-then-act.yml | active |
| it-journey | 🧭 Quest Walkthrough | .github/workflows/quest-walkthrough.yml | active |
| law-ai | AM-1 auto-merge | .github/workflows/am1-automerge.yml | disabled_manually |
| law-ai | Factory: Issue Concierge | .github/workflows/factory--issue-concierge.yml | active |
| lawmode | Claude | .github/workflows/claude.yml | active |
| lawmode | markdown-oneline | .github/workflows/markdown-oneline.yml | active |
| lifehacker.dev | agent-review | .github/workflows/agent-review.yml | active |
| lifehacker.dev | ai-usage | .github/workflows/ai-usage.yml | active |
| lifehacker.dev | brand-sweep | .github/workflows/brand-sweep.yml | active |
| lifehacker.dev | devops-audit | .github/workflows/devops-audit.yml | active |
| lifehacker.dev | explore | .github/workflows/explore.yml | active |
| lifehacker.dev | fleet-dispatch | .github/workflows/fleet-dispatch.yml | active |
| lifehacker.dev | quest-forge | .github/workflows/quest-forge.yml | active |
| lifehacker.dev | test | .github/workflows/test.yml | active |
| scripts | Claude | .github/workflows/claude.yml | active |
| scripts | markdown-oneline | .github/workflows/markdown-oneline.yml | active |
| skills | Deploy to GitHub Pages | .github/workflows/deploy-pages.yml | active |
| skills | Update Foundry llms.txt Documentation | .github/workflows/update-llms-txt.lock.yml | disabled_manually |
| skills | Vally Evaluation | .github/workflows/vally-evaluation.lock.yml | active |
| vs-sonic-pi | Claude | .github/workflows/claude.yml | active |
| vs-sonic-pi | Release | .github/workflows/release.yml | active |
| vs-sonic-pi | markdown-oneline | .github/workflows/markdown-oneline.yml | active |
| vscode-front-matter | Claude | .github/workflows/claude.yml | active |
| vscode-front-matter | markdown-oneline | .github/workflows/markdown-oneline.yml | active |
| wargames | Claude | .github/workflows/claude.yml | active |
| wargames | Deploy Jekyll site to GitHub Pages | .github/workflows/jekyll-gh-pages.yml | active |
| wargames | markdown-oneline | .github/workflows/markdown-oneline.yml | active |
| zer0-image-generator | Claude | .github/workflows/claude.yml | active |
| zer0-mistakes | .github/workflows/security-monitoring.yml | .github/workflows/security-monitoring.yml | disabled_manually |
| zer0-mistakes | Advanced Testing Pipeline | .github/workflows/advanced-testing.yml | disabled_manually |
| zer0-mistakes | Convert Jupyter Notebooks | .github/workflows/convert-notebooks.yml | active |
| zer0-mistakes | Deploy chat proxy | .github/workflows/deploy-chat-proxy.yml | active |
| zer0-mistakes | Jekyll Build and Test | .github/workflows/jekyll-test.yml | active |
| zer0-mistakes | 🤝 Issue PR Auto-Merge | .github/workflows/issue-pr-auto-merge.yml | disabled_manually |
| zer0-pages | Claude | .github/workflows/claude.yml | active |
| zer0-pages | Deploy Pages | .github/workflows/pages.yml | active |
| zer0-pages | markdown-oneline | .github/workflows/markdown-oneline.yml | active |
| zer0-pages-remote | Claude | .github/workflows/claude.yml | active |
| zer0-pages-remote | markdown-oneline | .github/workflows/markdown-oneline.yml | active |
| zpl-viewer | Release | .github/workflows/release.yml | active |
| zpl-viewer | markdown-oneline | .github/workflows/markdown-oneline.yml | active |
Generated 2026-09-08 06:31 UTC · window 14 days · 38 repos.