What problem does it solve?
This Skill streamlines the process of reviewing code changes by orchestrating git, GH CLI, and multi-agent analysis to flag correctness, security, and quality concerns before code is merged.
Core Features & Use Cases
- Diff understanding: Detects whether the user wants to review local diffs, a pull request, or specific files and prepares the appropriate git or gh pr context.
- Specialized agents: Launches four focused reviewers covering correctness/security, code quality, performance, and exploratory auditing, each returning structured findings.
- Actionable output: Consolidates and verifies results, then optionally posts inline GH comments when the
--comment flag is used, ensuring high-confidence recommendations.
Quick Start
Ask /review to inspect the current changes and surface problems across correctness, quality, and performance.