← ClaudeAtlas

code-checklisted

Fast code hygiene validation (lints, formatters, tests, coverage) for quick development loop feedback.
rp1-run/rp1 · ★ 38 · AI & Automation · score 74
Install: claude install-skill rp1-run/rp1
# Code Check - Fast Code Quality Validation 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" %} FEATURE_ID: {FEATURE_ID} TEST_SCOPE: {TEST_SCOPE} COVERAGE_TARGET: {COVERAGE_TARGET} KB_ROOT: {kbRoot} WORK_ROOT: {workRoot} {% enddispatch_agent %} The agent will: - Auto-detect build tools (Rust, JS/TS, Python, Go, Java, Kotlin, Ruby) - Run linters (clippy, eslint, ruff, golangci-lint, checkstyle, ktlint, rubocop) - Run formatters check (rustfmt, prettier, black, gofmt, spotless, etc.) - Execute test suite with coverage measurement - Generate indexed report. - Provide quick pass/fail status