What problem does it solve?
This Skill automates rigorous code validation before commits by orchestrating ReadLints for lint/type checks and Shell-driven validation steps, reducing human review effort and preventing bad code from entering your codebase.
Core Features & Use Cases
- Automated pre-commit validation: Run lint and syntax checks before commits or PRs to catch issues early.
- Deterministic phase-based checks: Phase 0 auto-resolves environment readiness; Phase 1 validates TypeCheck, Lint, and ReadLints results.
- CI/CD integration: Works with existing pipelines to ensure consistent validation across pushes and merges.
- Use Case: Before pushing a PR, invoke the pr-review skill to ensure all lint/type checks pass and shell-based validations succeed.
Quick Start
Use the pr-review skill to perform runtime and technical validation before committing by following the Phase 0-2 instructions to ensure the local environment is ready and code passes checks.