Repos scanned: 22 | Overall health: ~78%
Run: 22792574176 · 2026-03-07
Organization Summary
| Status |
Workflows |
Repos |
| 🟢 Healthy (≥90%) |
~62 |
9 |
| 🟡 Warning (80–89%) |
~6 |
3 |
| 🔴 Critical (<80%) |
~5 |
2 |
| ⚪ Disabled |
0 |
0 |
| ❔ Stale (>7d / never run) |
~18 |
7 |
Failing Workflows
| Repo |
Workflow |
Last Conclusion |
Last Run |
Notes |
atlatl |
Security Audit |
🔴 failure |
2026-03-07 |
Failing on main — likely taiki-e/install-action pin conflict after #74 merge |
atlatl-spec |
Validate Specification |
🔴 failure |
2026-03-07 |
Failing on main — invalid <br/> in Mermaid sequence diagram note |
sdlc-quality |
CI |
🟡 failure (on PR) |
2026-03-01 |
Failing on dependabot/actions/upload-artifact-7 PR; main branch appears healthy |
vscode-git-adr |
CI |
🟡 failure (on PR) |
2026-03-02 |
Failing on dependabot PR; eslint-config-prettier v9→v10 major bump breaks lint |
subcog |
CI |
🟡 action_required |
2026-03-06 |
action_required status on PR — manual approval gate or environment protection |
Disabled Workflows
No manually disabled workflows detected across all managed repositories.
Stale Workflows (No runs in 7+ days)
| Repo |
Workflow |
Last Run |
Notes |
homebrew-tap |
CI |
2026-02-22 (13 days) |
Passing but inactive; no pushes since |
homebrew-tap |
Test Formula |
2026-02-22 (13 days) |
Passing but stale |
MIF |
Validate MIF Schemas |
2026-02-22 (13 days) |
Passing but stale |
structured-madr |
Validate ADRs |
2026-02-27 (8 days) |
Passing but stale |
atlatl |
CI Checks |
Never run (0 runs) |
Template workflows provisioned but never triggered |
atlatl |
Code Coverage |
Never run (0 runs) |
Same as above |
lro-bench |
CI Checks |
Never run (0 runs) |
Template workflows provisioned but never triggered |
lro-bench |
Code Coverage |
Never run (0 runs) |
Same |
daedalus |
CI Checks |
Never run (0 runs) |
Template workflows provisioned but never triggered |
daedalus |
Code Coverage |
Never run (0 runs) |
Same |
Per-Repo Health Scores
| Repo |
Health Score |
Total Workflows |
Failing |
Stale/Never |
No CI |
zircote/.github |
~95% |
35 |
0 |
0 |
— |
zircote/github-project-manager |
~90% |
3 |
0 |
0 |
— |
zircote/sdlc-quality |
~85% |
5 |
1 (on PR) |
0 |
— |
zircote/homebrew-tap |
~90%* |
7 |
0 |
2 |
— |
zircote/atlatl |
~60% |
31 |
1 (main) |
6+ (never) |
— |
zircote/atlatl-spec |
~70% |
5 |
1 (main) |
0 |
— |
zircote/rlm-rs |
~95% |
18 |
0 |
0 |
— |
zircote/MIF |
~90%* |
5 |
0 |
1 |
— |
zircote/subcog |
~82% |
14 |
1 (action_req) |
0 |
— |
zircote/lro-bench |
~55% |
30 |
0 |
6+ (never) |
— |
zircote/daedalus |
~55% |
30 |
0 |
6+ (never) |
— |
zircote/ccpkg |
N/A |
6 |
0 |
0 |
✓ (no CI) |
zircote/refactor |
N/A |
1 |
0 |
0 |
✓ (no CI) |
zircote/human-voice |
~100% |
3 |
0 |
0 |
— |
zircote/rlm-rs-plugin |
~100% |
4 |
0 |
0 |
— |
zircote/memory-capture-plugin |
N/A |
2 |
0 |
0 |
✓ (no CI) |
zircote/documentation-review |
~100% |
3 |
0 |
0 |
— |
zircote/adr |
~100% |
4 |
0 |
0 |
— |
zircote/adrscope |
~100% |
12 |
0 |
0 |
— |
zircote/git-adr |
~100% |
8 |
0 |
0 |
— |
zircote/structured-madr |
~95%* |
5 |
0 |
1 |
— |
zircote/vscode-git-adr |
~80% |
7 |
1 (on PR) |
0 |
— |
* Marked stale but last known run was passing.
Common Failure Patterns
-
Dependabot major-version bumps breaking CI — seen in 2 repos:
sdlc-quality/CI: actions/upload-artifact v6→v7 causes test failures
vscode-git-adr/CI: eslint-config-prettier v9→v10 breaking ESLint config
- Pattern: Major semver bumps are auto-created by Dependabot but CI fails before merge; automerge blocked correctly
-
Mermaid diagram syntax error — atlatl-spec/Validate Specification:
fix: replace invalid <br/> with \n in Mermaid sequence diagram — the fix commit itself triggered a failure, suggesting the validator has a separate issue or the fix wasn't sufficient
- Affects main branch; urgent
-
Security audit toolchain instability — atlatl/Security Audit:
-
Template repos with uninitialized CI — atlatl, lro-bench, daedalus:
- 6+ advanced workflows (CI Checks, Code Coverage, Test Matrix, etc.) provisioned from template but 0 total runs
- These repos appear to be in early development with boilerplate workflows not yet exercised
Action Items
| Priority |
Repo |
Action |
| 🔴 High |
atlatl |
Investigate Security Audit failure on main; check taiki-e/install-action compatibility |
| 🔴 High |
atlatl-spec |
Fix Validate Specification failure on main; Mermaid diagram syntax issue not resolved by last commit |
| 🟡 Medium |
vscode-git-adr |
Review eslint-config-prettier v10 breaking changes; update ESLint config or pin version |
| 🟡 Medium |
sdlc-quality |
Review actions/upload-artifact v7 compatibility in CI workflow |
| 🟡 Medium |
subcog |
Investigate action_required status on CI; check environment protection rules |
| 🟢 Low |
atlatl, lro-bench, daedalus |
Trigger initial CI runs for template-provisioned workflows once development begins |
| 🟢 Low |
ccpkg, refactor, memory-capture-plugin |
Consider adding CI workflows if code quality checks are needed |
Generated by maintenance-ci workflow — https://github.com/zircote/.github/actions/runs/22792574176
Generated by Maintenance CI
Repos scanned: 22 | Overall health: ~78%
Run: 22792574176 · 2026-03-07
Organization Summary
Failing Workflows
atlatlmain— likelytaiki-e/install-actionpin conflict after #74 mergeatlatl-specmain— invalid<br/>in Mermaid sequence diagram notesdlc-qualitydependabot/actions/upload-artifact-7PR; main branch appears healthyvscode-git-adreslint-config-prettierv9→v10 major bump breaks lintsubcogaction_requiredstatus on PR — manual approval gate or environment protectionDisabled Workflows
No manually disabled workflows detected across all managed repositories.
Stale Workflows (No runs in 7+ days)
homebrew-taphomebrew-tapMIFstructured-madratlatlatlatllro-benchlro-benchdaedalusdaedalusPer-Repo Health Scores
zircote/.githubzircote/github-project-managerzircote/sdlc-qualityzircote/homebrew-tapzircote/atlatlzircote/atlatl-speczircote/rlm-rszircote/MIFzircote/subcogzircote/lro-benchzircote/daedaluszircote/ccpkgzircote/refactorzircote/human-voicezircote/rlm-rs-pluginzircote/memory-capture-pluginzircote/documentation-reviewzircote/adrzircote/adrscopezircote/git-adrzircote/structured-madrzircote/vscode-git-adr* Marked stale but last known run was passing.
Common Failure Patterns
Dependabot major-version bumps breaking CI — seen in 2 repos:
sdlc-quality/CI:actions/upload-artifactv6→v7 causes test failuresvscode-git-adr/CI:eslint-config-prettierv9→v10 breaking ESLint configMermaid diagram syntax error —
atlatl-spec/Validate Specification:fix: replace invalid <br/> with \n in Mermaid sequence diagram— the fix commit itself triggered a failure, suggesting the validator has a separate issue or the fix wasn't sufficientSecurity audit toolchain instability —
atlatl/Security Audit:taiki-e/install-actionbump (2.68.15→2.68.16 via [Release] Weekly Readiness Report — 2026-03-02 #74)Template repos with uninitialized CI —
atlatl,lro-bench,daedalus:Action Items
atlatltaiki-e/install-actioncompatibilityatlatl-specvscode-git-adrsdlc-qualitysubcogaction_requiredstatus on CI; check environment protection rulesatlatl,lro-bench,daedalusccpkg,refactor,memory-capture-pluginGenerated by maintenance-ci workflow — https://github.com/zircote/.github/actions/runs/22792574176