What problem does it solve?
Code review with multi-agent parallel analysis and confidence-based scoring.
Use this skill when the user says 'review', '/review', 'check my work', 'verify',
'did it work', 'is it done', 'review the changes', or after /go completes and
the user wants to verify the implementation before shipping.
Also supports reviewing external PRs by URL (e.g., '/review owner/repo#123').
Core Features & Use Cases
- QA-aware goal check — read plan and QA-REPORT.md when present to determine coverage.
- Multi-agent code review — parallel specialized agents evaluating correctness, security, and maintainability with confidence scores.
- External PR review support — review diffs from GitHub PRs via gh CLI-like workflow.
- Diff-based risk assessment — surface only changes and potential issues within the PR/diff.
Quick Start
Initiate a review by saying '/review' or 'check my work' to start the QA-aware review workflow on the current branch or a referenced PR.