---
name: spool-doctor
description: Run spool self-checks against the current Claude Code installation. Use when the user reports "spool isn't working" or after upgrading.
---
Run the spool doctor against this Claude Code installation.
```bash
spool mcp doctor --client claude --config <spool.toml> --format text
```
Then summarize:
- Any `[FAIL]` checks → call out and offer to fix (e.g. binary missing → `cargo install --path /path/to/spool`).
- Any `[warn]` checks → mention briefly so the user knows.
- All `[ ok ]` → one-line "spool healthy".
If `spool_mcp_binary` fails, suggest `cargo install --path <repo>` or re-running `spool mcp install --binary-path <custom>`.