receiving-code-review

Validate code-review feedback for technical correctness before implementation.

Updated Oct 29, 2025
One-click install
npx skills add https://github.com/hmps/skills --skill receiving-code-review-hmps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/hmps/skills/tree/main/receiving-code-review
Command: npx skills add https://github.com/hmps/skills --skill receiving-code-review-hmps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill transforms the often-tricky process of receiving code review feedback into a structured, technically rigorous workflow. It prevents blind implementation, ensures clarity, and empowers you to verify suggestions against codebase reality, saving time on rework and improving code quality.

Core Features & Use Cases

  • Structured Response Pattern: Guides you through reading, understanding, verifying, evaluating, and responding to feedback, ensuring no step is missed.
  • Technical Pushback Guidance: Provides clear rules and examples for when and how to technically push back on suggestions that are incorrect or misinformed.
  • Use Case: When a reviewer suggests a change that seems to violate a core architectural principle, use this Skill to systematically verify the suggestion, articulate your technical reasoning, and engage in a productive discussion rather than blindly implementing a potentially harmful change.

Quick Start

Use the receiving-code-review skill to process the feedback on my latest pull request. I will start by reading all comments without reacting.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I validate code review feedback before implementing changes?

Validate code-review feedback by systematically reading, understanding, and verifying each suggestion against your codebase reality before implementation. This structured approach prevents blind changes, catches technically questionable feedback, and ensures clarity on intent across diverse codebases and languages.

When should I push back on code review suggestions?

Push back when feedback violates architectural principles, contradicts established patterns, or lacks technical justification. Use systematic verification to articulate your reasoning with codebase evidence, enabling productive discussion rather than implementing potentially harmful changes.

What's the best workflow for handling unclear or conflicting code review comments?

Follow a six-step workflow: read all feedback without reacting, understand each point's intent, verify suggestions against your codebase, evaluate technical soundness, respond with clarity, and implement one item at a time with testing. This prevents misunderstandings and rework.

How do I ensure code quality when receiving feedback across different teams and languages?

Apply item-by-item verification and testing across diverse codebases and languages using a rigorous feedback evaluation process. This technical approach maintains code quality standards regardless of team structure or technology stack.

Can I use this workflow to reduce rework from poorly reasoned code review feedback?

Yes. By validating feedback for technical correctness and driving changes with verification and testing, you catch and address unclear or misinformed suggestions early, eliminating rework and improving overall development velocity.