What problem does it solve?
It prevents broken, insecure, or inefficient changes from being merged by performing a thorough review of the current branch against the base branch with structured, parallelized analysis.
Core Features & Use Cases
- Parallel, dimension-focused review: Runs security & data integrity, logic & correctness, performance & testing, and project standards checks in parallel to reduce review time while covering more ground.
- Actionable severity-ranked output: Produces a consolidated report with deduplicated findings prioritized into Critical, Warnings, Suggestions, and Positive Notes.
- Branch-aware context gathering: Automatically compares the current branch to an appropriate base branch (main vs a versioned base when a specific remote is present) and includes diffs and commit history for better traceability.
Use case: You have a feature branch ready for PR and want confidence that it won’t introduce vulnerabilities, regress behavior, degrade performance, or violate established code standards before merging.
Quick Start
Run the review skill to produce a severity-prioritized code review report comparing your current branch to the base branch.