What problem does it solve?
This Skill prevents blind implementation of code review feedback by requiring technical understanding, verification against the codebase, and reasoned evaluation before changes are made.
Core Features & Use Cases
- Feedback Verification: Check review suggestions against existing code, tests, architecture, compatibility requirements, and actual usage.
- Clarification and Pushback: Identify unclear requests, ask focused questions, and challenge technically incorrect or unnecessary recommendations with concrete evidence.
- Safe Implementation: Prioritize blocking issues, apply fixes one at a time, test each change, and verify that no regressions were introduced.
- Use Case: When a reviewer requests a refactor or new “professional” feature, inspect the codebase for real usage first and either implement the technically justified change or explain why it is unnecessary.
Quick Start
Use the receiving-code-review skill to evaluate the latest review feedback, verify each finding against the codebase, and propose the safest implementation order.