What problem does it solve?
Blindly implementing code review feedback often leads to broken functionality, unnecessary feature bloat, or wasted work on incorrect suggestions. This Skill ensures you evaluate all review comments against your codebase and technical context before making any changes.
Core Features & Use Cases
- Structured Evaluation Framework: Follow a consistent 6-step process to read, understand, verify, evaluate, respond to, and implement review feedback.
- Context-Aware Handling: Tailor your response based on whether feedback comes from the user or external reviewers, with specific checks for technical correctness and alignment with existing architecture.
- YAGNI Safeguards: Avoid adding unneeded features by verifying if suggested "proper" implementations have actual usage in the codebase before building them.
- Use Case: When an external reviewer suggests refactoring a working but rarely used API endpoint, this Skill guides you to check for existing usage, confirm the change won't break dependent systems, and push back with technical reasoning if the refactor is unnecessary.
Quick Start
Use the receiving-review skill to evaluate the code review comments on your current open pull request before making any modifications.