receiving-code-review

Evaluate code-review feedback through a six-step verification workflow before implementing changes.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/steltz/skill-factory --skill receiving-code-review-steltz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/steltz/skill-factory/tree/main/references/superpowers/skills/receiving-code-review
Command: npx skills add https://github.com/steltz/skill-factory --skill receiving-code-review-steltz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies and responds to code-review feedback with technical rigor before implementing changes, reducing misinterpretations and rework.

Core Features & Use Cases

  • Structured evaluation: Reads feedback, restates requirements, and verifies compatibility with the codebase.
  • Clear pushback when needed: Provides technically reasoned responses instead of blind agreement.
  • Incremental implementation: Enables implementing one item at a time and validating each change.

Quick Start

Restate the requirement, verify against the codebase, and implement one item at a time after confirmation.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I evaluate code review feedback before making changes?

Evaluating code review feedback requires reading, understanding, and verifying each item against the codebase before implementing changes, ensuring technical compatibility and reducing rework from misinterpreted requirements.

What is the best way to handle conflicting requirements in a pull request?

Handling conflicting requirements involves restating the requirements, verifying them against the codebase, and providing technically reasoned pushback instead of blind agreement before proceeding with incremental implementation.

How do I push back on unclear code review comments?

Push back on unclear code review comments by restating the requirement, verifying it against the codebase, and responding with technical precision to clarify ambiguities before implementing any modifications.

How do I implement multiple code review fixes incrementally?

Implement multiple code review fixes by processing one item at a time, validating each change individually after confirmation, and ensuring each modification aligns with the overall codebase requirements.

When should I verify feedback against the codebase during a code review?

Verify feedback against the codebase whenever you receive unclear comments, conflicting requirements, or multi-item fixes, ensuring technical rigor before responding or implementing any changes to prevent rework.