requesting-code-review

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

Content Preview
---
name: requesting-code-review
description: Use when completing tasks, implementing major features, or before merging to verify work meets requirements
---

# 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 princ
How to Use

Recommended: Install to project (local)

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

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/obra/superpowers

Then reference at skills/requesting-code-review/SKILL.md

Related Skills