AgentHubAgentHub

Requesting Code Review @obra

universalsonnetSkill

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

specialistcommunityImplementPlanReviewworks-with:architectworks-with:code-reviewerworks-with:critic

Install

curl -o ~/.claude/skills/requesting-code-review/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/requesting-code-review/SKILL.md

Description

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

code-reviewer.md

Related Items

From the same repository — designed to work together

Install Allcurl -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.md

Senior Code Reviewer agent that reviews completed project steps against original plans and ensures code quality, architecture alignment, and coding standards compliance.

universalsonnet
AnalystPlanReviewworks-with:architectworks-with:code-reviewer
207,776 18,511
curl -o ~/.claude/agents/code-reviewer.md https://raw.githubusercontent.com/obra/superpowers/main/agents/code-reviewer.md

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

universalsonnet
SkillSpecialistDiscoverImplementworks-with:exploreworks-with:mcp-builder
207,776 18,511
curl -o ~/.claude/skills/using-superpowers/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/using-superpowers/SKILL.md

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

universalsonnet
SkillSpecialistReviewPlanworks-with:architect
207,776 18,511
curl -o ~/.claude/skills/receiving-code-review/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/receiving-code-review/SKILL.md

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

universalsonnet
SkillSpecialistPlanImplementworks-with:architect
207,776 18,511
curl -o ~/.claude/skills/systematic-debugging/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/systematic-debugging/SKILL.md

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.

universalsonnet
SkillSpecialistPlanImplementworks-with:architectworks-with:explore
207,776 18,511
curl -o ~/.claude/skills/brainstorming/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/brainstorming/SKILL.md

Use when implementing any feature or bugfix, before writing implementation code

universalsonnet
SkillSpecialistImplementworks-with:explore
207,776 18,511
curl -o ~/.claude/skills/test-driven-development/SKILL.md https://raw.githubusercontent.com/obra/superpowers/main/skills/test-driven-development/SKILL.md