health Skill
Use this skill when a task needs the code quality state of the project, a module, or a file: gate status, findings by priority, regressions, coverage, or complexity hot-spots.
Workflow
- Prefer the curated summary
.metaproject/data/health/artifacts/latest.md. - If it is stale or missing, run
keryx health run(add--strictfor CI-grade checks). - Use
keryx health explain <file-or-module>for a specific scope. - Use
keryx health gatefor a CI exit code. - Treat findings as signals; verify against source code before acting.
Commands
keryx health status
keryx health run --strict
keryx health gate --strict-warn
keryx health sources
keryx health explain src/example.ts
keryx health baseline update
Notes
- Sources are required or optional; missing required sources fail the gate under
--strict. - Baseline is accept-current on first run; update it explicitly.
- The report is a versioned contract consumed by gdskills.