receiving-code-review

Restates and verifies code review feedback before implementing changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews often lead to performative agreement or rapid changes without thorough technical verification. This Skill provides a disciplined approach to receiving feedback, ensuring you understand requirements, verify claims against the codebase, and propose safe, justified changes.

Core Features & Use Cases

  • Restate feedback requirements in clear terms to confirm understanding.
  • Verify suggested changes against the actual repository state before implementing.
  • Propose a step-by-step plan and validate each change with tests and small pilots.
  • Push back with technical reasoning when feedback is unclear or unsafe.

Quick Start

Read all feedback, restate the requirement in your own words, verify against the repository, and implement changes one item at a time.

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 without blindly accepting suggestions?

To handle code review feedback effectively, restate the requirements to confirm understanding, verify technical claims against the actual repository state, and propose safe, justified changes incrementally.

What is the best way to verify code review comments against an existing codebase?

The best way to verify code review comments is to check the suggested changes against the actual repository state, validate technical correctness, test changes incrementally, and push back with reasoning if feedback is unclear.

How do I push back on a pull request review when the feedback is technically questionable?

Push back on questionable pull request review feedback by restating the requirement, verifying the claim against the codebase, and providing technical reasoning that justifies avoiding unsafe or unclear changes.

How do I implement code review suggestions safely without breaking the codebase?

Implement code review suggestions safely by proposing a step-by-step plan, validating each change with tests, running small pilots, and ensuring performative agreement does not bypass technical rigor.

Why should I restate code review requirements before modifying a pull request?

Restating code review requirements confirms your understanding in clear terms, prevents performative agreement, and establishes a disciplined workflow to validate technical correctness before modifying a pull request.

Can I use a question-first approach for receiving code review feedback on any testing framework?

Yes, applying a question-first approach to receiving code review feedback works across any testing framework by focusing on repository verification, incremental testing, and justified technical actions rather than performative agreement.