← ClaudeAtlas

claude-healthlisted

Claude Code config health check + plugin sync. Use when: auditing .claude/ structure, checking naming, verifying hook setup, detecting plugin version drift, syncing installed assets. Not for: skill quality (use skill-health-check), code review (use codex-code-review). Output: health report + fix recommendations.
hmj1026/dhpk · ★ 2 · AI & Automation · score 74
Install: claude install-skill hmj1026/dhpk
# Claude Health Check ## When NOT to Use - Code review (use `/codex-review-fast`) - Doc review (use `/codex-review-doc`) - Security review (use `/codex-security`) - Skill quality audit (use `/skill-health-check`) ## Scope | Argument | Description | |----------|-------------| | `--scope hygiene` | Only run C1-C7 hygiene checks | | `--scope sync` | Only run S1-S3 sync checks | | `--scope all` | Run both modules (**default**) | ## Workflow ``` [--scope] → Select modules → Scan → Classify → Report → Fix suggestions │ │ ┌───────┴───────┐ P0/P1/P2 ▼ ▼ + fix commands Hygiene (C1-C7) Sync (S1-S3) ``` 1. **Parse args** — resolve `--scope` (default `all`) and the optional fix tier (`--fix-safe` / `--fix`; mutually exclusive, error if both). 2. **Hygiene module (C1-C7)** — run the 7 checks summarized below. Exact bash, `.gitignore` required-item table, and the command-skill exclude list: `references/hygiene-checks.md`. 3. **Sync module (S1-S3)** — version, component classification, settings (summarized below). Full state machine, managed inventory, override safeguards, and fix delegation: `references/plugin-sync.md`. 4. **Classify** each finding P0/P1/P2 and **report** with targeted fix commands (see Output). Mutations only when a fix tier is set, and only via `/install-*` delegation. ### Hygiene Module — Checks (7 items) | # | Check | Criteria | |---|-------|--