What problem does it solve?
This Skill provides a structured, repeatable checklist and output format to evaluate code changes and pull requests for business fit, implementation correctness, regressions, observability, security, and overall code quality, reducing missed issues during reviews and speeding safe merges.
Core Features & Use Cases
- Structured Review Output: Produces a clear verdict (APPROVE or REQUEST_CHANGES), a concise summary, and optional Blockers, Suggestions, and Nitpicks for consistent reviewer communication.
- Review Criteria Guidance: Covers verifying linked tickets or problem statements, tests that prove behavior, regression risk, observability and metrics, security checks, and code quality best practices.
- Use Case: Use when reviewing local uncommitted changes, comparing the latest commit to the previous one, or evaluating a pull request before merging to ensure the change meets requirements and safety standards.
Quick Start
Review the pull request focusing on business fit, implementation approach, regressions, observability, security, tests, and code quality, then output the Verdict, Summary, and any Blockers, Suggestions, or Nitpicks.