code-review
Installation
SKILL.md
Code Review: $ARGUMENTS
Review the code related to: $ARGUMENTS
Usage
/code-review <target> # Claude-only review (8 parallel agents)
/code-review --multi <target> # Also get reviews from Gemini and Codex
Gotchas
- Sub-agents 5, 6, 7, and 8 invoke
review-comments,test --review --staged,review-interfaces --staged, andreview-cleancode --staged— if no files are staged, they return nothing and the review silently has empty agent results. - The 80-point confidence threshold silently drops findings. A legitimate 75/100 security issue is filtered out with no trace.
Step 1: Locate and Read Project Guidelines
First, find and read any CLAUDE.md files in the repository root and relevant directories to understand project-specific conventions and rules.