receiving-code-review

Evaluate code review feedback against the codebase before implementing changes.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/51hhh/BU03 --skill receiving-code-review-51hhh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/51hhh/BU03/tree/main/.github/skills/receiving-code-review
Command: npx skills add https://github.com/51hhh/BU03 --skill receiving-code-review-51hhh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you handle code review feedback with technical rigor instead of blind agreement, so you can avoid implementing unclear, incorrect, or low-value changes.

Core Features & Use Cases

  • Verify Before Acting: Read feedback fully, restate the requirement, and check it against the actual codebase before changing anything.
  • Reasoned Pushback: Challenge suggestions that break behavior, conflict with project decisions, or add unnecessary complexity.
  • Incremental Implementation: Apply feedback one item at a time, test each change, and stop to clarify anything unclear.
  • GitHub Review Workflow: Supports replying properly in inline comment threads when responding to pull request feedback.

Quick Start

Use this skill to evaluate the review comment, verify it against the codebase, and respond with either a technical acknowledgment or a reasoned pushback before implementing any change.

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 seems incorrect or unclear?

Code review feedback should be verified against the actual codebase before implementing any changes. Restate the requirement, check if the suggestion breaks existing behavior or adds unnecessary complexity, and ask clarifying questions for ambiguous items before proceeding.

What is the best way to pushback on a pull request comment?

Pushback on pull request comments requires a reasoned technical response explaining why the suggestion breaks behavior, conflicts with project decisions, or adds unnecessary complexity. Reply directly in the inline comment thread with concise technical justification.

How do I implement multiple code review changes incrementally?

Implement code review changes one item at a time, testing each modification independently. Stop to clarify any ambiguous feedback before moving to the next item, ensuring each change is verified against the codebase and functioning correctly.

When should I verify reviewer suggestions before writing code?

Verify reviewer suggestions before writing code whenever the scope is unclear or technically questionable. Read the feedback fully, restate the requirement, and check it against the actual codebase to avoid implementing incorrect or low-value changes.

Can I use this for GitHub pull request review workflows?

GitHub pull request review workflows are fully supported, including replying properly in inline comment threads. The process evaluates feedback, verifies against the codebase, and responds with either technical acknowledgment or reasoned pushback.

Why does code review feedback need technical rigor instead of blind agreement?

Code review feedback needs technical rigor to prevent implementing unclear, incorrect, or low-value changes. Blind agreement risks breaking existing behavior or adding unnecessary complexity when reviewer suggestions conflict with project decisions.