skillhealth
Run the skillhealth CLI and interpret the results. The binary is local-only (no network).
- Run
npx -y skillhealth --json(useskillhealth --jsonif installed globally). - Summarize for the user: totals by temperature, the top dead skills by token weight, and any doctor errors.
- Diagnostics:
npx -y skillhealth doctor— relay each finding's fix verbatim. NEVER apply a fix without the user explicitly asking. - Visual exploration:
npx -y skillhealth graph --openopens the HTML dashboard. - Exit codes: 0 healthy, 1 warnings, 2 errors — report the state plainly.