check

Code quality checker skill. This skill should be used when the user wants to:(1) Run static analysis tools (mypy, pyright, ruff) on the codebase - triggered by "/check", "/check q", or "/check quality"(2) Find dead/unused code (functions, imports, variables, unreachable code) - triggered by "/check d" or "/check dead"

$ Installieren

git clone https://github.com/majiayu000/claude-skill-registry /tmp/claude-skill-registry && cp -r /tmp/claude-skill-registry/skills/development/check ~/.claude/skills/claude-skill-registry

// tip: Run this command in your terminal to install the skill