What problem does it solve?
This Skill helps you review recent code changes without running the full development workflow, so you can quickly catch defects, security issues, and pattern drift before code lands.
Core Features & Use Cases
- Correctness Checks: Looks for logic errors, edge cases, null handling problems, and missing test coverage.
- Security and Performance Review: Flags input validation gaps, unsafe auth flows, data exposure risks, N+1 queries, and unnecessary allocations.
- Pattern Compliance: Compares changed files against project conventions stored in patterns-and-conventions.md.
- Use Case: Use it when you want a focused review of a PR or recent commit and need actionable findings with file and line references.
Quick Start
Review my recent changes and return blocking, non-blocking, and nit findings with file:line references.