healthcheck

Solid

Run a comprehensive diagnostic of your Craftsman plugin installation and runtime. Use when troubleshooting plugin issues, after setup, or when session-start reports warnings.

Data & Documents 35 stars 4 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 80/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
40
Documentation 15%
82
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /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...

Details

Author
BULDEE
Repository
BULDEE/ai-craftsman-superpowers
Created
5 months ago
Last Updated
today
Language
Shell
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category