From rp1-dev
Performs fast code hygiene checks (lints, formatters, tests, coverage) for Rust, JS/TS, Python, Go, Java, Kotlin, Ruby in development loops.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rp1-dev:code-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Performs fast code hygiene checks during development including linters, formatters, tests, and coverage measurement. Designed for quick feedback in the development loop.
Performs fast code hygiene checks during development including linters, formatters, tests, and coverage measurement. Designed for quick feedback in the development loop.
Invoke the code-checker agent:
{% dispatch_agent "rp1-dev:code-checker" %}
The agent will:
npx claudepluginhub rp1-run/rp1Assesses code quality through linting, formatting verification, test execution, coverage analysis, and maintainability metrics in JS/TS, Python, Rust, Elixir, Go projects.
Verifies code after changes with typecheck, lint, tests, build for Node/TS, Python, Go, Rust projects. Auto-fixes errors, detects secrets, circular deps, deadcode, AI slop.
Runs preflight code quality checks (linting, typechecking, tests) by auto-detecting configs in JavaScript/TypeScript, Python, Go, Rust, .NET projects and offers to fix issues.