What problem does it solve?
This Skill solves the common issue of mishandling code review feedback, which often leads to broken functionality, unnecessary code bloat, or missed technical issues from unverified, performative responses or blind implementation of suggestions.
Core Features & Use Cases
- Structured Verification Workflow: Follow a step-by-step process to read, understand, verify, and evaluate feedback before acting, avoiding rushed or incorrect changes.
- Guardrails Against Common Mistakes: Eliminate performative agreement, blind implementation of unvetted suggestions, and partial fixes that miss related issues.
- Context-Aware Handling: Includes specific guidance for feedback from your human partner vs. external reviewers, YAGNI checks for unnecessary "professional" features, and proper pushback techniques for technically incorrect suggestions.
- Use Case: When a reviewer asks you to remove legacy code that supports older OS versions your product still targets, this Skill guides you to verify the compatibility requirements first instead of immediately deleting the code and breaking support for existing users.
Quick Start
Use the receiving-code-review skill to respond to the code review feedback on your latest pull request, verifying each suggestion before implementing any changes.