What problem does it solve?
This Skill produces rigorous, evidence-based code reviews that identify correctness, completeness, security, and quality issues in code changes so teams can merge with confidence and reduce regressions.
Core Features & Use Cases
- Scope detection: Determine whether to review uncommitted changes, staged changes, branch diffs, specific files, or a PR and ask one clarifying question if the scope is ambiguous.
- Evidence-based findings: Read diffs and surrounding context, cite file paths and exact line ranges for every issue, and classify each finding by severity (critical/high/medium/low).
- Validation and workflow: Separate objective bugs from subjective suggestions, evaluate tests and PRD alignment, offer to apply fixes one at a time, and verify compilation and test results when available.
- Use Case: Run a pre-merge review on a feature branch to ensure changes implement the spec, include necessary tests, and do not introduce security or performance regressions.
Quick Start
Review the current branch diff and produce a numbered, severity-classified report that cites file paths and line numbers for every issue found.