
Requesting Code Review
by obra5bf4e7801107No license290K starsListed Sep 23, 2026Updated Sep 23, 2026Repository updated yesterday
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Add to a SourceWeft workspace
- Open the skill in your dashboard and add it to a workspace.
- Enable it for the chats that should use it.
This skill is instructions only: it ships no scripts to execute.
Install the skill gh-obra-superpowers-requesting-code-reviewYou will be asked to sign in first, then taken straight to this skill.
Install on your own machine — recommended
For Claude Code, Codex, Cursor and other local agents. The SourceWeft CLI fetches the skill from its source repository at the commit scanned here, and verifies every file against the hashes recorded when the skill was scanned. If anything differs, nothing is written.
npx @sourceweft/cli skills install gh-obra-superpowers-requesting-code-reviewAdd --agent claude-code, codex, cursor or universal to choose which agent gets it (Claude Code by default).
Upstream installer — not verified by SourceWeft
The open-source skills installer fetches the same pinned commit, but does not check the files against the hashes SourceWeft recorded.
npx skills add https://github.com/obra/superpowers/tree/5bf4e78011075bcfc0dc295f0724994cd123ee71/skills/requesting-code-reviewSource and attribution
Source:obra/superpowersinskills/requesting-code-reviewat commit5bf4e78
License: No license
Content belongs to its original authors. SourceWeft indexes it from a public repository.
More from obra/superpowers

Writing Plans
obra
Use when you have a spec or requirements for a multi-step task, before touching code

Verification Before Completion
obra
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

Using Superpowers
obra
Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions

Using Git Worktrees
obra
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback

Test Driven Development
obra
Use when implementing any feature or bugfix, before writing implementation code

Receiving Code Review
obra
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