← ClaudeAtlas

requesting-code-reviewlisted

Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Ralph-Workflow/Ralph-Workflow · ★ 5 · Code & Development · score 74
Install: claude install-skill Ralph-Workflow/Ralph-Workflow
# Requesting Code Review Dispatch a code reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work. **Core principle:** Review early, review often. ## When to Request Review **Mandatory:** - After each task in subagent-driven development - After completing major feature - Before merge to main **Optional but valuable:** - When stuck (fresh perspective) - Before refactoring (baseline check) - After fixing complex bug ## How to Request **1. Prepare a current-state package:** Give the reviewer the relevant current file list and the implementer's verification report. Require it to read every listed file as it exists now. **2. Dispatch code reviewer subagent:** Dispatch a `general-purpose` subagent, filling the template at [code-reviewer.md](code-reviewer.md) **Placeholders:** - `{DESCRIPTION}` - Brief summary of what you built - `{PLAN_OR_REQUIREMENTS}` - What it should do - `{CURRENT_FILES}` - Relevant files to read as they exist now - `{VERIFICATION_REPORT}` - Commands run and their results **3. Act on feedback:** - Fix Critical issues immediately - Fix Important issues before proceeding - Note Minor issues for later - Push back if reviewer is wrong (with reasoning) ## Example ``` [Just completed Task 2: Add verification function] You: Let me request