Requesting Code Review @obra
universalsonnetSkillUse when completing tasks, implementing major features, or before merging to verify work meets requirements
Install
curl -o ~/.claude/skills/requesting-code-review/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/requesting-code-review/SKILL.mdDescription
Requesting Code Review
Dispatch superpowers: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. Get git SHAs:
2. Dispatch code-reviewer subagent:
Use Task tool with superpowers:code-reviewer type, fill template at code-reviewer.md
Placeholders:
{WHAT_WAS_IMPLEMENTED}- What you just built{PLAN_OR_REQUIREMENTS}- What it should do{BASE_SHA}- Starting commit{HEAD_SHA}- Ending commit{DESCRIPTION}- Brief summary
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
Integration with Workflows
Subagent-Driven Development:
- Review after EACH task
- Catch issues before they compound
- Fix before moving to next task
Executing Plans:
- Review after each batch (3 tasks)
- Get feedback, apply, continue
Ad-Hoc Development:
- Review before merge
- Review when stuck
Red Flags
Never:
- Skip review because "it's simple"
- Ignore Critical issues
- Proceed with unfixed Important issues
- Argue with valid technical feedback
If reviewer wrong:
- Push back with technical reasoning
- Show code/tests that prove it works
- Request clarification
See template at: requesting-code-review/code-reviewer.md
Capabilities
- After each task in subagent-driven development
- After completing major feature
- Before merge to main
- When stuck (fresh perspective)
- Before refactoring (baseline check)
- After fixing complex bug
- {WHAT_WAS_IMPLEMENTED} - What you just built
- {PLAN_OR_REQUIREMENTS} - What it should do
- {BASE_SHA} - Starting commit
- {HEAD_SHA} - Ending commit
- {DESCRIPTION} - Brief summary
- Fix Critical issues immediately
- Fix Important issues before proceeding
- Note Minor issues for later
- Push back if reviewer is wrong (with reasoning)
Tools
Related Items
From the same repository — designed to work together
curl -o ~/.claude/skills/requesting-code-review/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/requesting-code-review/SKILL.md && curl -o ~/.claude/agents/code-reviewer.md https://raw.githubusercontent.com/obra/superpowers/main/agents/code-reviewer.md && curl -o ~/.claude/skills/using-superpowers/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/using-superpowers/SKILL.md && curl -o ~/.claude/skills/receiving-code-review/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/receiving-code-review/SKILL.md && curl -o ~/.claude/skills/systematic-debugging/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/systematic-debugging/SKILL.md && curl -o ~/.claude/skills/brainstorming/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/brainstorming/SKILL.md && curl -o ~/.claude/skills/test-driven-development/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/test-driven-development/SKILL.mdCode Reviewer
Senior Code Reviewer agent that reviews completed project steps against original plans and ensures code quality, architecture alignment, and coding standards compliance.
curl -o ~/.claude/agents/code-reviewer.md https://raw.githubusercontent.com/obra/superpowers/main/agents/code-reviewer.mdUsing Superpowers
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
curl -o ~/.claude/skills/using-superpowers/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/using-superpowers/SKILL.mdReceiving Code Review
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
curl -o ~/.claude/skills/receiving-code-review/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/receiving-code-review/SKILL.mdSystematic Debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
curl -o ~/.claude/skills/systematic-debugging/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/systematic-debugging/SKILL.mdBrainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
curl -o ~/.claude/skills/brainstorming/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/brainstorming/SKILL.mdTest Driven Development
Use when implementing any feature or bugfix, before writing implementation code
curl -o ~/.claude/skills/test-driven-development/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/test-driven-development/SKILL.md