receiving-code-review

Verify and respond to code review feedback before implementation.

28|1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/bidah/react-native-hifi --skill receiving-code-review-bidah
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/bidah/react-native-hifi/tree/main/skills/receiving-code-review
Command: npx skills add https://github.com/bidah/react-native-hifi --skill receiving-code-review-bidah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents hasty implementation of unclear or technically questionable code review feedback by enforcing verification and thoughtful responses before touching the code.

Core Features & Use Cases

  • Structured verification: Read, restate, verify, and evaluate each comment before acting to keep changes grounded in the current codebase reality.
  • Pushback guidance: Encourage technical questions, reasoning, and alignment with your human partner when external reviewers propose risky or unsupported changes.
  • Implementation prioritization: Clarify uncertainties first, then address blocking issues, typos, and complex fixes one at a time while testing each change.
  • Use case: When a reviewer lists multiple items, identify unclear points, refuse performative agreement, and secure clarification before proceeding with implementation.

Quick Start

Ask the receiving-code-review skill to evaluate the latest feedback before making 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 unclear code review feedback before making changes?▼

Handle unclear code review feedback by restating requirements, verifying current codebase behavior, and requesting clarification before implementation. This structured verification prevents blind changes and ensures updates remain grounded in actual project functionality.

When should I push back on a code review suggestion?▼

Push back on a code review suggestion when the proposed change would break existing functionality, violate the YAGNI principle, or conflict with project requirements. You should refuse performative agreement and prioritize technical rigor by requesting clarification and reasoning from the reviewer.

What is the best way to prioritize implementing multiple code review comments?▼

Prioritize implementing multiple code review comments by clarifying uncertainties first, then addressing blocking issues, typos, and complex fixes one at a time. Test each change individually to ensure technical rigor and prevent introducing new defects during the implementation process.

How do I verify conflicting suggestions from external reviewers?▼

Verify conflicting suggestions from external reviewers by evaluating each comment against the current codebase reality. Restate the requirements, check the existing behavior, and align with your human partner to push back on risky or unsupported changes before touching the code.

Why do I need to restate requirements when receiving code review feedback?▼

Restate requirements when receiving code review feedback to enforce structured verification and avoid hasty implementation of questionable technical suggestions. This process keeps changes grounded in reality and helps identify unclear points before you proceed with actual code modifications.