healthchecklisted
Install: claude install-skill BULDEE/ai-craftsman-superpowers
# /craftsman:healthcheck - Plugin Diagnostic
## Outcome Contract
- **Outcome**: a diagnostic of the plugin installation and runtime, with each failing check tied to a fix.
- **Done when**: every check reports ok, warn, or error; each non-ok check names the action that resolves it.
- **Evidence**: the healthcheck output itself, with counts.
Run a full health check of your AI Craftsman Superpowers installation.
## Process
1. Run the healthcheck script using the Bash tool:
```bash
source "${CLAUDE_PLUGIN_ROOT}/hooks/lib/config.sh" && \
source "${CLAUDE_PLUGIN_ROOT}/hooks/lib/pack-loader.sh" && \
pack_loader_init 2>/dev/null && \
source "${CLAUDE_PLUGIN_ROOT}/hooks/lib/healthcheck.sh" && \
hc_json
```
2. Parse the JSON output and present each check with its status:
- `ok` → display with checkmark
- `warn` → display with warning and actionable message
- `error` → display with error and fix instructions
3. Format as a clear diagnostic report:
```
╭─ Craftsman Healthcheck ─────────────────────╮
│ │
│ [check name] [status icon] [message] │
│ ... │
│ │
│ Status: ALL GREEN / N issues found │
╰──────────────────────────────────────────────╯
```
4. If any checks fail, provide specific fix instructions:
- missing deps → `brew install <dep>` (macOS) or `apt-get install <dep>` (Linux)
- missing config → `Run /craftsman:s