{"id":"health-check","name":"health-check","summary":"プラグインの健康チェック(venvパッケージ、スキル登録、アルバムスラッグの衝突)を実行します。ユーザーがプラグインの健康状態を確認したり、セットアップを確認したり、スキルの欠落をトラブルシューティングしたいと依頼したときに使ってください。","body":"# Health Check\n\n## Your Task\n\nRun the `health_check` MCP tool and report results to the user.\n\n## Workflow\n\n**IMPORTANT: Do NOT use Bash for any step. Use only the tools listed below.**\n\n1. Use the `ToolSearch` tool with query `select:mcp__plugin_bitwize-music_bitwize-music-mcp__health_check` to load the MCP tool schema\n2. Call `mcp__plugin_bitwize-music_bitwize-music-mcp__health_check` (the MCP tool, not a CLI command)\n3. Report results clearly using the format below\n\n## Report Format\n\n### All OK\n\n```\nHEALTH CHECK: OK\n  Venv: N packages verified\n  Skills: N skills registered\n  Collisions: no album slug collisions\n```\n\n### Warnings\n\n```\nHEALTH CHECK: WARN\n\nVENV [warn]\n  N outdated: pkg1 (1.0 -> 1.1), pkg2 (2.0 -> 2.1)\n  N missing: pkg3, pkg4\n  Fix: <the venv check's `fix` field from the health_check result> (already the correct command for the user's OS)\n\nSKILLS [warn]\n  N missing from Claude Code: skill-a, skill-b\n  N ghost (deleted but cached): skill-c\n  Fix: claude plugin update bitwize-music\n\nCOLLISIONS [warn]\n  N album slug collision(s):\n  slug-name: kept [genre-a], shadowed by [genre-b]\n  Fix: Rename one album with /bitwize-music:rename or move its directory, then run rebuild_state\n\nFor comprehensive diagnostics, run the `diagnose` MCP tool.\n```\n\n### Failure\n\n```\nHEALTH CHECK: FAIL\n\nVENV [fail]\n  Venv not found at ~/.bitwize-music/venv\n  Fix: /bitwize-music:setup\n```\n\n## Remember\n\n1. **Be concise** — this is a status report\n2. **Show fix commands** — always include the fix command when status is not ok\n3. **Suggest diagnose** — if warnings are found, mention `diagnose` MCP tool for deeper checks","author":"@bitwize-music-studio","ownerProfile":null,"authorContacts":null,"sourceUrl":"https://github.com/bitwize-music-studio/claude-ai-music-skills/tree/main/skills/health-check","license":"CC0-1.0","category":"document","lang":"en","tokens":471,"stars":0,"calls30d":1,"claimed":false,"visibility":"public","origin":"crawler","version":"0.1.0","createdAt":"2026-08-22","updatedAt":"2026-08-22","files":[],"requires":{"mcp":["plugin_bitwize-music_bitwize-music-mcp"],"tools":["ToolSearch","bitwize-music-mcp"]},"safety":{"flags":[],"scannedAt":"2026-08-22","hasScripts":false,"networkEndpoints":[]}}