gabe-healthlisted
Install: claude install-skill khujta/gabe-suite
# Gabe Health — Codebase Health Analysis
## Gabe execution contract (E1–E7)
This skill runs under the suite execution contract — E1 EVIDENCE · E2 RUN-BEFORE-✅ · E3 NO SILENT DOWNGRADE · E4 REUSE FIRST · E5 STATE SYNC · E6 MISSING ANCHOR = STOP · E7 REPORT WHERE — floors, not ceilings; a skill's own gate may be stricter, never looser. Full text: `../gabe-docs/references/execution-contract.md` (if that file is missing, E6 applies — STOP).
## What this does
Surfaces structural fragility in a codebase before it becomes an incident — the files that break every sprint, the modules that always change together, and the gaps between what was planned and what was actually touched. This is NOT a code review (use `/gabe-review`) and NOT a design critique (use `/gabe-roast`); it's the X-ray before the surgery. Read-only: never modifies files, never blocks commits or PRs, does not require `.kdbp/` to exist.
## Usage / modes
```
/gabe-health # Full analysis (all 6 checks)
/gabe-health hotspots # Churn hotspots only
/gabe-health coupling # Coupling clusters only
/gabe-health fragile # Bug-fix concentration only
/gabe-health gods # God files only
/gabe-health scope # Plan vs actual (requires GSD or CE plan)
/gabe-health deferred # Deferred items + maintenance staleness
/gabe-health [path] # Analyze a specific directory
```
Optional flags: `--days N` (lookback window, default 60 days), `--