Multi-agent code review with parallel specialized reviewers, architecture validation, challenge validation, and durable handling of previously decided findings. Use `rq` to request a review of diffs (defaults to main branch), `rs` to respond to findings and record intentional non-fix decisions beside the relevant code. Triggers on "review this", "review my code", "code review", "check for bugs", "audit this", when examining PRs, pull requests, branches, or diffs. Always asks user before applyin…
Multi-agent code review with parallel specialized reviewers, architecture validation, challenge validation, and durable handling of previously decided findings.
Use `rq` to request a review of diffs (defaults to main branch), `rs` to respond to findings and record intentional non-fix decisions beside the relevant code.
Triggers on "review this", "review my code", "code review", "check for bugs", "audit this", when examining PRs, pull requests, branches, or diffs.
Always asks user before applying fixes or adding decision comments.
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars44
LicenseLICENSE
Default branchmain
Open issues3
Status
Active
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md4,446 B
docsSUMMARY.md554 B
History
First seen on skills.sh
First recorded snapshot · 41 installs
SKILL.md
Code Review Skill
Multi-agent code analysis with a simplicity gate, focused reviewers, and challenge validation.
Uses explicit subagent dispatch patterns from [code-subagents](../code-subagents/SKILL.md).
Prerequisites
Required: git
Arguments
Command Routing
Invocation
Behavior
(no arguments)
Review diff to main branch
rq
Review diff to main branch
rq main
Review diff to main branch
rq develop
Review diff to develop branch
feat/foo
Review diff to feat/foo (bare branch = rq)
rs
Respond to review findings (interview mode)
Subagent Architecture
Use these concrete harness subagent types. If an exact match is unavailable, use the most correct available subagent based on the harness-provided descriptions.
Architecture, design-boundary, data-model, and API-contract review
Reviewer names such as Security, Correctness, Maintainability, and PerformanceOperator are prompt personas, not subagent types. Do not use general; it is not a harness agent.
Simplicity is a mandatory reviewer persona for migrations, refactors, and architectural changes. Run it before the other reviewers; do not include it in the parallel reviewer batch.
Review Priority
Review in this order:
User goal and prior behavior
Necessity and deletion
Correctness and security
Architecture
SDD compliance
Treat the SDD as evidence, not as authority for whether code is necessary. A finding that would expand behavior or infrastructure requires user approval. Never apply it as an ordinary review fix.
rq (Request Review) Subagents
Step
Parallel
Purpose
1. Triage
No
Detect context, select reviewers, identify relevant skills to look for
2. Simplicity
No
Mandatory necessity and deletion review for migrations, refactors, and architectural changes
3. Reviewers
Yes (per reviewer)
Correctness, security, and other specialty analysis
4. Synthesis
No
Deduplicate findings inline
5. Architect
No
Architecture review
6. SDD + Challenge
No
Check SDD compliance last, then validate findings
rs (Respond to Review)
No subagents. Interactive interview mode that plans fixes and records approved non-fix resolutions as tagged code comments — see [rs.md](./references/rs.md).