omgskills Get the Mac app
Skill

requesting-code-review

@obra 262k stars Updated 2026-07-24 Author match: High

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

aibrainstormingcodingobrasdlcskillssubagent-driven-developmentsuperpowers

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
git clone https://github.com/obra/superpowers /tmp/superpowers && ln -s /tmp/superpowers/skills/requesting-code-review ~/.claude/skills/requesting-code-review

View on GitHub

From README

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. 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: Dispatch a general-purpose subagent, filling the template at code-reviewer.md Placeholders: {DESCRIPTION} - Brief summary of what you built {PLANORREQUIREMENTS} - What it should do {BASESHA} - Starting commit {HEADSHA} - Ending commit 3.

More from this repo