receiving-code-review

Guide developers in responding to code review feedback with technical verification.

5|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/primatrix/skills --skill receiving-code-review-primatrix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/primatrix/skills/tree/main/plugins/superpowers/skills/receiving-code-review
Command: npx skills add https://github.com/primatrix/skills --skill receiving-code-review-primatrix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers respond to code review feedback with technical rigor, avoiding assumptions and ensuring clarity in communication.

Core Features & Use Cases

  • Technical Verification: Encourages developers to verify feedback against the codebase before implementation.
  • Response Pattern: Provides a structured response pattern for reviewing code, including reading, understanding, verifying, and evaluating feedback.
  • Handling Unclear Feedback: Offers guidance on how to handle unclear feedback and the importance of seeking clarification.
  • Source-Specific Handling: Differentiates between feedback from human partners and external reviewers, emphasizing the need for technical checks.
  • YAGNI Check: Promotes the removal of unused features based on actual usage.
  • Implementation Order: Defines a systematic approach to implementing feedback, prioritizing blocking issues and testing each fix.

Quick Start

Before implementing code review feedback, read and understand the requirements, verify them against the codebase, and then proceed with implementation.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I respond to code review feedback with technical rigor?

To respond to code review feedback with technical rigor, read and understand the requirements, verify them against the codebase, and then proceed with implementation to ensure software quality.

What is the best way to handle unclear code review comments?

Handling unclear code review comments requires seeking clarification from the reviewer before taking action, ensuring you fully understand the feedback rather than making assumptions about the requested changes.

How do I prioritize implementing multiple code review changes?

Prioritize implementing code review changes by addressing blocking issues first, applying a systematic implementation order, and testing each fix individually to maintain codebase stability.

When should I remove features during code review feedback implementation?

Remove features during code review feedback implementation by applying a YAGNI check, deleting unused code based on actual usage rather than keeping unnecessary functionality in the codebase.

Do I need to verify external reviewer feedback against my codebase?

Yes, you need to verify external reviewer feedback against your codebase, differentiating between human partners and external reviewers while emphasizing technical checks before applying changes.