What problem does it solve?
This Skill eliminates the common pitfalls of mishandling code review feedback: performative agreement to avoid social discomfort, or blind implementation of unverified suggestions that lead to bugs, regressions, and wasted development effort.
Core Features & Use Cases
- Structured Response Workflow: A 6-step process to read, understand, verify, evaluate, and respond to feedback before implementing any changes.
- Scenario-Specific Guardrails: Tailored rules for feedback from internal collaborators, external reviewers, and GitHub pull request inline comments, including YAGNI checks and conflict resolution with prior architectural decisions.
- Use Case: When an external reviewer suggests adding an unused metrics tracking endpoint, this Skill guides you to grep the codebase for actual usage, push back with YAGNI reasoning if it's unused, instead of implementing unnecessary code.
Quick Start
Use the receiving-code-review skill to respond to the code review feedback on your current pull request, verifying each suggestion against the codebase before implementing any changes.