← ClaudeAtlas

octowiz-doctowizlisted

The Octowiz doctor — diagnose, monitor, and fix the full octowiz + AELLI integration. Use whenever octowiz or AELLI isn't behaving correctly, a hook isn't firing, an advisory isn't returning, or you want a real-time activity feed. Also guides first-time setup, configuration from scratch, and upgrading from older versions (especially 0.5.x–0.9.x). Invoke as /octowiz:doctowiz for a full health check, or add a keyword: "monitor", "watch", "setup", "install", "update", "upgrade", "fix <symptom>".
raelli/octowiz · ★ 2 · AI & Automation · score 75
Install: claude install-skill raelli/octowiz
# Doctowiz — Octowiz + AELLI Doctor The Octowiz doctor. Diagnoses the full octowiz + AELLI integration stack, interprets every failure with a plain-language explanation and a concrete fix command, monitors live activity, and guides setup from scratch. ## Mode detection Read the user's invocation text (or context of the conversation) to pick the mode: | Trigger words | Mode | |---|---| | (nothing / "diagnose" / "check" / "health") | **Diagnose** (default) | | "monitor" / "watch" / "tail" / "live" | **Monitor** | | "setup" / "install" / "configure" / "start fresh" | **Setup guide** | | "update" / "upgrade" / "migrate" / "I'm on 0.5" / "old version" | **Update helper (Mode 4)** | | "fix <symptom>" / describes a specific error | **Targeted fix (Mode 5)** | When uncertain, run Diagnose — it gives the most complete picture. --- ## Mode 1 — Diagnose (default) Run the full diagnostic, interpret every non-passing check, and offer guided fixes. ### Step 1: Version inventory Before running the diagnostic, collect version information: ```bash # Octowiz plugin version node -e "const p=require('$CLAUDE_PLUGIN_ROOT/package.json'); console.log('octowiz', p.version)" # Installed plugin cache version ls -1 ~/.claude/plugins/cache/integrahub/octowiz/ 2>/dev/null | tail -1 # AELLI version (if running locally) node -e "try{const p=require(require('os').homedir()+'/Documents/aelli/package.json'); console.log('aelli', p.version)}catch(e){console.log('aelli not found locally')}" # Lite