What problem does it solve?
This Skill performs a structured five-pass code review to find correctness, security, performance, readability, and consistency defects that automated linters and unit tests often miss, delivering precise, located, and actionable findings.
Core Features & Use Cases
- Five-pass methodology: Executes Correctness, Security, Performance, Readability, and Consistency passes and groups findings by pass and severity.
- Multiple scopes: Reviews a single file, a directory (recursively, skipping generated artifacts), or a git diff range and focuses diff mode on changed hunks plus contextual lines.
- Actionable reporting: Produces findings with absolute file paths, line ranges, severity (CRITICAL/WARNING/INFO), concise code snippets, and specific fixes; yields a final PASS/CONDITIONAL/FAIL verdict and counts.
- Use case: Run this on a pull request or pre-commit to catch logic errors, injection risks, performance regressions, and convention drift before merge.
Quick Start
Ask the assistant: /review src/auth/session.ts to run a five-pass review on that file.