Code Review Skill
Multi-agent code analysis with parallel reviewers and challenge validation.
Arguments
$0 = command (rq or rs) $1 = target (branch or PR number)
Argument Parsing
| Invocation | Parsed As |
|---|---|
| (no args) | rq main |
rq | rq main |
rq develop | rq develop |
rq 42 | rq 42 |
rs | rs <find PR for current branch> |
rs 42 | rs 42 |
Finding PR for Current Branch
gh pr list --head $(git branch --show-current) --json number --jq '.[0].number'
Workflow Routing
Reviewer Pool
See reviewers.md
Output Format
See output.md
gfreview Integration
See gfreview.md