<< All versions
Skill v1.0.2
currentAutomated scan100/100bitwize-music-studio/claude-ai-music-skills/health-check
~2 modified
──Details
PublishedJuly 4, 2026 at 12:48 AM
Content Hashsha256:48726d68213a365f...
Git SHA23124c606a40
Bump Typepatch
──Files
Files (1 file, 1.9 KB)
SKILL.md1.9 KBactive
SKILL.md · 74 lines · 1.9 KB
version: "1.0.2" name: health-check description: Runs plugin health checks (venv packages, skill registration, and album slug collisions). Use when the user asks to check plugin health, verify setup, or troubleshoot missing skills. model: haiku allowed-tools:
- ToolSearch
- bitwize-music-mcp
Health Check
Your Task
Run the health_check MCP tool and report results to the user.
Workflow
IMPORTANT: Do NOT use Bash for any step. Use only the tools listed below.
- Use the
ToolSearchtool with queryselect:mcp__plugin_bitwize-music_bitwize-music-mcp__health_checkto load the MCP tool schema - Call
mcp__plugin_bitwize-music_bitwize-music-mcp__health_check(the MCP tool, not a CLI command) - Report results clearly using the format below
Report Format
All OK
HEALTH CHECK: OKVenv: N packages verifiedSkills: N skills registeredCollisions: no album slug collisions
Warnings
HEALTH CHECK: WARNVENV [warn]N outdated: pkg1 (1.0 -> 1.1), pkg2 (2.0 -> 2.1)N missing: pkg3, pkg4Fix: ~/.bitwize-music/venv/bin/pip install -r .../requirements.txtSKILLS [warn]N missing from Claude Code: skill-a, skill-bN ghost (deleted but cached): skill-cFix: claude plugin update bitwize-musicCOLLISIONS [warn]N album slug collision(s):slug-name: kept [genre-a], shadowed by [genre-b]Fix: Rename one album with /bitwize-music:rename or move its directory, then run rebuild_stateFor comprehensive diagnostics, run the `diagnose` MCP tool.
Failure
HEALTH CHECK: FAILVENV [fail]Venv not found at ~/.bitwize-music/venvFix: /bitwize-music:setup
Remember
- Be concise — this is a status report
- Show fix commands — always include the fix command when status is not ok
- Suggest diagnose — if warnings are found, mention
diagnoseMCP tool for deeper checks