Processes code review feedback through technical verification and objective evaluation to ensure high-quality, logic-driven implementations.
The Code Review Reception skill provides a rigorous framework for Claude to handle incoming review feedback by prioritizing technical correctness over social politeness. It enforces a 'verify before implementing' workflow that requires clarification for ambiguous suggestions and encourages technical pushback when suggestions violate architectural principles or YAGNI (You Ain't Gonna Need It) standards. By removing performative agreement and focusing on actionable, tested code changes, this skill ensures that feedback is treated as a technical requirement rather than a social request, leading to more stable and maintainable codebases.
Características Principales
01Technical pushback logic based on codebase context
02Automated YAGNI checks for suggested additions
03Step-by-step implementation and regression testing
04Verification-first feedback processing
050 GitHub stars
06Clarification-first workflow for ambiguous comments
Casos de Uso
01Managing technical disagreements with reviewers using objective reasoning
02Responding to complex Pull Request reviews without performative bias
03Systematically implementing multi-item feedback lists while maintaining stability