receiving-code-review

Validate code review feedback through a six-step response pattern before implementation.

321|26|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/mkurman/tamux --skill receiving-code-review-mkurman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/mkurman/tamux/tree/main/skills/development/superpowers/receiving-code-review
Command: npx skills add https://github.com/mkurman/tamux --skill receiving-code-review-mkurman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review often devolves into social performance rather than technical verification. This skill provides a structured approach to evaluating feedback and ensuring changes are technically correct before implementation.

Core Features & Use Cases

  • Structured response pattern: READ, UNDERSTAND, VERIFY, EVALUATE, RESPOND, IMPLEMENT for each feedback item.
  • Guardrails for unclear feedback: Detect ambiguous items and prompt for clarification before acting.
  • Source-aware handling: Distinguish between trusted human partner feedback and external reviewers, applying appropriate verification before changes.
  • Usage in practice: When receiving feedback on a codebase, use the pattern to confirm requirements, assess feasibility, and implement one item at a time.

Quick Start

Use the code-review skill to guide your handling of feedback for a given pull request.

Frequently Asked Questions about receiving-code-review

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

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

To handle unclear code review feedback, you should detect ambiguous items and prompt the reviewer for clarification before acting. This structured approach ensures you fully understand the requirements and verify the technical soundness of the requested changes.

What is the best way to evaluate code review comments for technical soundness?

The best way to evaluate code review comments for technical soundness is to apply a structured verification pattern: READ, UNDERSTAND, VERIFY, EVALUATE, RESPOND, and IMPLEMENT each item individually to confirm feasibility and technical correctness.

How do I push back on questionable code review suggestions?

You can push back on questionable code review suggestions by verifying the rationale behind the feedback and evaluating its technical validity. This process guides your response, ensuring you only implement changes that are technically correct.

Can I apply code review feedback one item at a time?

Yes, you can apply code review feedback one item at a time. Implementing changes individually after verifying and evaluating each suggestion ensures technical correctness and tracks the rationale behind every modification.

How do I distinguish between trusted partner feedback and external reviewer comments?

You distinguish between trusted partner feedback and external reviewer comments through source-aware handling. This approach applies appropriate verification levels to external inputs before implementing any suggested codebase modifications.

Why do I need to verify code review feedback before implementation?

You need to verify code review feedback before implementation to prevent code review from devolving into social performance. Verifying feedback ensures that all changes are technically correct and validated before they are applied to the codebase.