code-review
Review code changes for correctness, security, test coverage, and style.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Review code changes for correctness, security, test coverage, and style.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Interactive agent builder: guides the user through defining a new agent as a behavioral spec, then generates the agent .md and installs it.
Cross-repo investigation: research planning issues, break down into sub-issues, generate ralph session prompts per repo.
Three-phase QA orchestrator: parallel scan, interactive triage, guided fix.
Interactive feature builder with subagent delegation and approval gates.
Interactive rule builder: guides the user through defining a new rule as a constraint doc, then generates the rule .md and installs it.
Interactive skill builder: guides the user through defining a new skill as a structured SOP, then generates the SKILL.md and installs it.
| name | code-review |
| description | Review code changes for correctness, security, test coverage, and style. |
Spawns the code-reviewer agent to analyze your current changes and provide structured feedback.
Gather context — detect the scope of changes to review:
git diff (unstaged) and git diff --cached (staged) to determine what changedgit log --oneline -5 for recent commit contextSpawn the agent — use the Task tool:
Task tool with subagent_type="code-reviewer"
Pass in the prompt:
.claude/rules/ that applyPresent findings — relay the agent's review to the user:
Offer follow-up actions: