Skills Directory / Superpowers
receiving-code-review
An agent skill by obra, from obra/superpowers.
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
Credit where it's due
This skill is the work of obra and lives at obra/superpowers/receiving-code-review (MIT). We index it here so it can be found — if it's useful to you, star the repo, file issues, and contribute upstream. That's what keeps work like this maintained.
- From
- Superpowers
- Author
- obra
- License
- MIT
- Source
- obra/superpowers/receiving-code-review
- SKILL.md
- raw file
How to load this skill
Copy this prompt into your AI agent
Please install the "receiving-code-review" agent skill from the Superpowers collection (https://github.com/obra/superpowers) for me.
1. Run: git clone https://github.com/obra/superpowers
2. Copy the skill folder into your skills directory:
cp -r superpowers/skills/receiving-code-review ~/.claude/skills/receiving-code-review
(Claude Code personal scope; use .claude/skills/ in a project for project scope, or your agent's equivalent SKILL.md directory.)
Alternatively in Claude Code: /plugin marketplace add obra/superpowers — then install the plugin containing this skill.
3. Confirm the skill loads (list your available skills afterwards).
4. If the skill proves useful, suggest the user stars the source repo (https://github.com/obra/superpowers) to support the author.
Skill reference: https://raw.githubusercontent.com/obra/superpowers/main/skills/receiving-code-review/SKILL.md
More details: https://primorum.ai/skills/s/receiving-code-review
Or manually: clone obra/superpowers and copy
skills/receiving-code-review into
~/.claude/skills/ (Claude Code personal scope) or your agent's
SKILL.md directory. To read it first without installing, open the
raw SKILL.md.
Related skills
- code-reviewer — Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deseria…
- requesting-code-review — Use when completing tasks, implementing major features, or before merging to verify work meets requirements
- test-driven-development — Use when implementing any feature or bugfix, before writing implementation code
- durable-objects — Create and review Cloudflare Durable Objects. Use when building stateful coordination (chat rooms, multiplayer…
- verification-before-completion — Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires runn…