receiving-code-review

Verify code review feedback against the codebase before implementation.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/sammy9322/ventura-dental-facturacion --skill receiving-code-review-sammy9322
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/sammy9322/ventura-dental-facturacion/tree/main/.agents/skills/receiving-code-review
Command: npx skills add https://github.com/sammy9322/ventura-dental-facturacion --skill receiving-code-review-sammy9322

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Receiving code review feedback often triggers performative agreement or blind implementation of suggestions, leading to broken functionality, wasted effort, and technical debt when feedback is incorrect, unclear, or misaligned with the codebase's existing architecture.

Core Features & Use Cases

  • Technical Verification First: Mandatory check of all feedback against the actual codebase to confirm correctness, compatibility, and alignment with existing architecture before any implementation.
  • Structured Response Framework: Clear rules for handling unclear feedback, pushing back on incorrect suggestions, and avoiding performative agreement or gratitude expressions that add no value.
  • Use Case: When a reviewer suggests removing a legacy API endpoint, use this skill to first check if the endpoint is actively used in the codebase, confirm backward compatibility requirements, and push back with technical reasoning if removal would break existing functionality, rather than agreeing and implementing a breaking change.

Quick Start

When you receive code review feedback with multiple items, first ask for clarification on any unclear points before implementing any changes, and verify each suggestion against the codebase to confirm it will not break existing functionality.

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 introducing bugs?

Handle code review feedback by enforcing technical verification of all suggestions against the actual codebase before implementation to prevent broken functionality and technical debt.

What should I do when a pull request reviewer suggests a change that breaks backward compatibility?

When a pull request reviewer suggests a change that breaks backward compatibility, validate the requirement against existing code and push back with technical reasoning instead of implementing it.

How do I push back on incorrect code review suggestions without performative agreement?

Push back on incorrect code review suggestions by applying a structured response framework that requires technical verification first and avoids performative agreement or unnecessary gratitude expressions.

Does this approach work for inline GitHub comment threads from external reviewers?

Yes, this approach works for inline GitHub comment threads from external reviewers by applying YAGNI compliance checks and structured feedback handling across all code review workflows.

When should I ask for clarification on unclear code review comments?

Ask for clarification on unclear code review comments immediately upon receiving feedback with multiple items, before implementing any changes, to ensure alignment with the existing architecture.