Code health
heal
durchnull/heal-suite · v0.1.2
/heal:sweep # every healer in parallel, one dashboard
/heal:fix # land the mechanical findings as PRs
/heal:prevent --apply # turn recurring drift into guardrails
/heal:security --branch # audit one axis, on just this branch's diff
/heal:night # the whole loop, unattended
node scripts/heal-findings.mjs precision
# → suite precision, honest denominator
# 18 healers · 26 commands · MIT · still 0.x
The deepest of the six, and the only one with a case study of its own. Agents write more code than anyone reviews, and in a codebase you inherited that is exactly where drift hides. heal audits a repository against the standards it already committed to: its conventions file, its lint rules, its architecture notes, its CI gates. The audit spans 18 axes, from architecture and security to privacy, accessibility and IP provenance. The healers run as parallel agents in isolated contexts and fuse into one dashboard; recurring findings are promoted into deterministic gates, so the model budget is spent only on the judgment a script cannot express.
- healers per sweep
- 18
- slash commands
- 26
- open source
- MIT
Read the case study