← ClaudeAtlas

github-healthlisted

GitHub platform health assessment with 7 phases, per-finding triage (Fix/Defer/Skip/Suppress), scoped single-phase mode, session-begin quick check, and inline fix execution. Covers security alerts, CI/CD, dependencies, config, releases, insights, and PR health.
jasonmichaelbell78-creator/sonash-v0 · ★ 2 · Code & Development · score 68
Install: claude install-skill jasonmichaelbell78-creator/sonash-v0
<!-- prettier-ignore-start --> **Document Version:** 1.1 **Last Updated:** 2026-04-04 **Status:** ACTIVE <!-- prettier-ignore-end --> # GitHub Health -- Assessment & Resolution **Decisions:** 28 (see `.planning/github-health-skill/DECISIONS.md`) **Research:** `.research/github-health/RESEARCH_OUTPUT.md` ## Critical Rules (MUST follow) 1. **MUST** check `gh auth status` scopes before running any phase 2. **MUST** present findings before proposing fixes (assessment first) 3. **MUST** use per-finding triage — NEVER batch-apply fixes (Guardrail #2) 4. **MUST** report every API failure — NO SILENT FAILURES (Decision #22) 5. **MUST** check dedup guard (<30min) before running (Decision #9) 6. **MUST** check suppressions.json and skip suppressed findings 7. **MUST** follow CLAUDE.md Section 5 anti-patterns and Section 2 security rules 8. **SHOULD** read history JSONL for warm-up context (Decision #15) 9. **SHOULD** check ROADMAP.md before presenting fix options ## Routing Guide | I want to... | Use | | ----------------------------- | -------------------------------- | | Quick status in session-begin | `--quick` (automatic) | | Full assessment with fixes | `/github-health` | | Single phase deep dive | `/github-health --scope <phase>` | | Check internal repo health | `/ecosystem-health` | | Quick alert triage | `/alerts` | | Fix failing CI