receiving-code-review

Guide code review feedback response with verification and clarification steps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides structured guidance for handling code review feedback, ensuring technical rigor and clarity in the response and implementation process.

Core Features & Use Cases

  • Technical Verification: Encourages verification of feedback against the codebase before implementation.
  • Response Pattern: Offers a step-by-step guide for responding to code review feedback.
  • Handling Unclear Feedback: Provides instructions for dealing with ambiguous feedback.
  • Source-Specific Handling: Offers guidance on how to handle feedback from different sources, such as human partners and external reviewers.
  • YAGNI Check: Introduces a YAGNI (You Ain't Gonna Need It) philosophy for feature implementation.
  • Implementation Order: Suggests an order for implementing changes based on their criticality and complexity.
  • When To Push Back: Defines scenarios where pushing back is appropriate and how to do it effectively.

Quick Start

To apply the receiving-code-review skill, follow the response pattern when you receive feedback on your code.

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 code review feedback effectively?

To handle code review feedback effectively, follow a structured response pattern that involves verifying technical accuracy against the codebase, clarifying ambiguous comments, and prioritizing implementation by criticality to reduce misunderstandings.

What is the best way to respond to ambiguous code review comments?

The best way to respond to ambiguous code review comments is to seek clarification before implementation, ensuring technical accuracy and promoting collaboration by verifying the feedback against your actual codebase.

When should I push back on code review feedback?

You should push back on code review feedback when technical verification proves the suggestion unnecessary or incorrect, applying the YAGNI philosophy to avoid implementing features you ain't gonna need.

How do I prioritize code changes from automated code analysis tools and human reviewers?

Prioritize code changes from automated code analysis tools and human reviewers by evaluating their criticality and complexity, implementing the most crucial corrections first while handling source-specific feedback appropriately.

Does the YAGNI principle apply when implementing code review changes?

The YAGNI principle applies directly to implementing code review changes by filtering out unnecessary feature requests, ensuring you only implement what is technically verified and needed for the current scope.