What problem does it solve?
This Skill standardizes code reviews by applying a repeatable set of quality gates, SOLID principles, error handling patterns, and test-coverage checks, ensuring consistent feedback and faster merges.
Core Features & Use Cases
- Quality Gates: linting, type checks, tests, coverage thresholds, security checks, and documentation updates.
- SOLID Principles: checks for Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion.
- Error Handling & Test Analysis: evaluates error paths and ensures robust handling across code paths.
- Feedback & Metrics: emits severity levels and actionable improvements, helping teams triage and track progress.
- Use Case: During PR reviews, apply the checklist to guide reviewers toward consistent, high-quality changes with clear rationale.
Quick Start
Run the code-review-checklist against the latest pull request in your CI workflow.
Provide a structured feedback report with severity levels and actionable improvements.