obra/superpowers@receiving-code-review

Evaluate code review feedback for technical correctness before implementation.

2.0k|267|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/openakita/openakita --skill obra-superpowers-receiving-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obra/superpowers@receiving-code-review
Source: https://github.com/openakita/openakita/tree/main/skills/superpowers-receiving-review
Command: npx skills add https://github.com/openakita/openakita --skill obra-superpowers-receiving-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that code review feedback is technically evaluated and verified against the codebase before implementation, preventing blind acceptance of potentially incorrect or unnecessary suggestions.

Core Features & Use Cases

  • Technical Verification: Critically assess code review suggestions for technical correctness and relevance to the specific codebase.
  • Reasoned Pushback: Formulate clear, technical arguments when feedback is questionable or conflicts with existing architecture.
  • Structured Implementation: Prioritize and implement feedback systematically after verification, testing each change individually.
  • Use Case: When a reviewer suggests a change that seems to contradict the project's established patterns or performance goals, this Skill guides the AI to investigate, question, and provide a reasoned response rather than blindly implementing.

Quick Start

When receiving code review feedback, verify each item against the codebase before implementing any suggestions.

Frequently Asked Questions about obra/superpowers@receiving-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify code review feedback against the codebase before implementing?

If code review feedback contradicts project patterns, investigate the suggestion against codebase realities first. Question the reviewer, formulate clear technical arguments explaining the conflict, and provide a reasoned response rather than blindly implementing changes that may break established architecture or performance goals.

What is the best way to pushback on questionable code review suggestions?

The best way to pushback on questionable code review suggestions is to formulate clear, technical arguments grounded in codebase realities. Critically evaluate the feedback against project-specific constraints and technical correctness, then communicate the reasoned response rather than blindly accepting potentially incorrect or unnecessary changes.

Why should AI agents verify feedback instead of directly implementing code review changes?

AI agents should verify feedback before implementing code review changes to prevent blind acceptance of potentially incorrect or unnecessary suggestions. Rigorous technical evaluation against codebase realities ensures accuracy, maintains architectural integrity, and confirms relevance to project-specific constraints before any code is modified.

How do I systematically prioritize and implement verified code review feedback?

To systematically implement verified code review feedback, prioritize each item after completing technical evaluation against the codebase. Structure the implementation process to test each change individually, ensuring that every modification maintains technical correctness and adheres to project-specific constraints before moving to the next.