Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bitwize-music-studio avatar

Health Check

  • 87 installs
  • 400 repo stars
  • Updated July 31, 2026
  • bitwize-music-studio/claude-ai-music-skills

health-check is a Claude Code skill that runs the bitwize-music plugin health checks for venv packages and skill registration and reports the status.

About

This skill runs the bitwize-music plugin health checks and reports the results. It calls the health_check MCP tool to verify venv packages and skill registration, then formats a concise OK, WARN, or FAIL report with fix commands. A user runs it to check plugin health, verify setup, or troubleshoot missing skills. It uses only the MCP tool, not Bash.

  • Runs the bitwize-music plugin health check via an MCP tool
  • Verifies venv packages and skill registration, then reports OK/WARN/FAIL
  • Surfaces concrete fix commands when checks are not OK

Health Check by the numbers

  • 87 all-time installs (skills.sh)
  • Ranked #859 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

health-check capabilities & compatibility

Capabilities
health check · setup verification · diagnostics · monitoring
Use cases
debugging
From the docs

What health-check says it does

Runs plugin health checks (venv packages and skill registration).
SKILL.md
Use when the user asks to check plugin health, verify setup, or troubleshoot missing skills.
SKILL.md
Call `mcp__plugin_bitwize-music_bitwize-music-mcp__health_check` (the MCP tool, not a CLI command)
SKILL.md
npx skills add https://github.com/bitwize-music-studio/claude-ai-music-skills --skill health-check

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs87
repo stars400
Last updatedJuly 31, 2026
Repositorybitwize-music-studio/claude-ai-music-skills

What it does

Check the bitwize-music plugin's health by verifying venv packages and skill registration and reporting a concise status.

Who is it for?

Verifying the bitwize-music plugin's venv packages and skill registration and reporting status.

Skip if: Deep diagnostics (use the diagnose MCP tool) or any task requiring Bash.

When should I use this skill?

When the user asks to check plugin health, verify setup, or troubleshoot missing skills.

What you get

A concise OK/WARN/FAIL health report with fix commands for the bitwize-music plugin.

  • Venv package status
  • Skill registration status
  • OK/WARN/FAIL report with fix commands

By the numbers

  • 3 report states (OK/WARN/FAIL)
  • 2 checks (venv packages, skill registration)

Files

SKILL.mdMarkdownGitHub ↗

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.

1. Use the ToolSearch tool with query select:mcp__plugin_bitwize-music_bitwize-music-mcp__health_check to load the MCP tool schema 2. Call mcp__plugin_bitwize-music_bitwize-music-mcp__health_check (the MCP tool, not a CLI command) 3. Report results clearly using the format below

Report Format

All OK

HEALTH CHECK: OK
  Venv: N packages verified
  Skills: N skills registered

Warnings

HEALTH CHECK: WARN

VENV [warn]
  N outdated: pkg1 (1.0 -> 1.1), pkg2 (2.0 -> 2.1)
  N missing: pkg3, pkg4
  Fix: ~/.bitwize-music/venv/bin/pip install -r .../requirements.txt

SKILLS [warn]
  N missing from Claude Code: skill-a, skill-b
  N ghost (deleted but cached): skill-c
  Fix: claude plugin update bitwize-music

For comprehensive diagnostics, run the `diagnose` MCP tool.

Failure

HEALTH CHECK: FAIL

VENV [fail]
  Venv not found at ~/.bitwize-music/venv
  Fix: /bitwize-music:setup

Remember

1. Be concise — this is a status report 2. Show fix commands — always include the fix command when status is not ok 3. Suggest diagnose — if warnings are found, mention diagnose MCP tool for deeper checks

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.