Fast code hygiene validation (lints, formatters, tests, coverage) for quick development loop feedback
/plugin marketplace add rp1-run/rp1/plugin install rp1-run-rp1-dev-plugins-dev-2@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. Use the Task tool to invoke the 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/f...