What problem does it solve?
It helps you respond to code review feedback with technical rigor, ensuring you validate claims against the actual codebase instead of performing agreement or applying suggestions blindly.
Core Features & Use Cases
- Structured evaluation loop: Read feedback fully, restate requirements, verify against the repository, and evaluate for correctness in context.
- Clear response policy: Use technical acknowledgment or reasoned pushback, and avoid performative language or unverified implementation.
- Triage decision guidance: Decide when to push back, create a fix task, or escalate based on whether the issue is minor, design- or architecture-altering, or out of plan scope.
Use it when an engineer, PR reviewer, or external reviewer delivers ambiguous or technically questionable review comments—especially when you need to confirm scope, rationale, and compatibility with existing decisions.
Quick Start
Use the receiving-code-review skill when you receive code review feedback to verify each suggestion against the codebase and implement only after clarification and validation.