What problem does it solve?
This Skill facilitates thorough and structured review of pull requests by analyzing code diffs for structural, safety, and quality issues, reducing review time and catching potential risks early.
Core Features & Use Cases
- Structural Diff Analysis: Examines code changes against best practices and safety guidelines, focusing on SQL safety, concurrency, and trust boundaries for LLM outputs.
- Coverage & Testing Gaps: Identifies untested code paths, missing edge case tests, and regression points requiring attention.
- Workflow Optimization: Guides users through manual review, suggesting mechanical fixes, flagging issues, and prioritizing critical problems for fixing or escalation.
- Use Case: A developer submits a large feature PR. This Skill analyzes the diff for security vulnerabilities, code quality, and test coverage gaps, providing clear issues for quick fixes.
Quick Start
Run /review to analyze the current branch's diff against the base branch, highlighting critical issues like SQL safety, race conditions, and untested code paths, then generate fixes or questions for ambiguous problems.