Skill
/requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
One skill from superpowers. Installed with the plugin, it fires itself as you prompt.
shell
$ npx -y skills add obra/superpowers --skill requesting-code-review --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
SKILL.md
requesting-code-review.SKILL.md
--- name: requesting-code-review description: Use when completing tasks, implementing major features, or before merging to verify work meets requirements --- # 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. Get git SHAs:** ```bash BASE_SHA=$(git rev-parse HEAD~1) # or origin/main HEAD_SHA=$(git rev-parse HEAD) ``` **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
Ships with superpowers
Stars254,396Forks22,722LanguageShellLicenseMIT
Get the whole plugin, auto-invoked