receiving-code-review

Guide developers to verify code review feedback against the codebase before implementing changes.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/haulcommand-max/haul-command --skill receiving-code-review-haulcommand-max
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/haulcommand-max/haul-command/tree/main/vendor/superpowers/skills/receiving-code-review
Command: npx skills add https://github.com/haulcommand-max/haul-command --skill receiving-code-review-haulcommand-max

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review feedback can be ambiguous or technically questionable; this guide helps ensure rigorous verification before implementing changes.

Core Features & Use Cases

  • Restate and clarify requirements from feedback
  • Verify against codebase reality and test concerns
  • Implement changes one item at a time with validation

Quick Start

Restate the feedback in clear technical terms and begin verification against the codebase and tests before implementing any changes.

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 that is technically questionable?

To handle technically questionable code review feedback, first verify the comments against the actual codebase and tests. Evaluate the technical correctness of the requested changes before responding with rationale or implementing modifications.

What's the best way to respond to unclear code review comments?

The best way to respond to unclear code review comments is to restate the feedback in clear technical terms. Clarify the requirements first, then verify the concerns against the codebase reality before writing any code.

How do I pushback on code review requests without causing conflict?

Pushback on code review requests by responding with clear technical rationale. Evaluate the technical correctness of the feedback, verify against the codebase, and explain your reasoning before implementing any changes.

How do I implement code review changes one item at a time?

Implement code review changes one item at a time by validating each modification against the codebase and tests sequentially. This ensures technical rigor and prevents compounding errors across multiple feedback items.