What problem does it solve?
This Skill eliminates the common pitfalls of mishandling code review feedback, such as performative agreement, blind implementation of incorrect suggestions, and partial execution of unclear requests that lead to broken code, wasted effort, and unnecessary feature bloat.
Core Features & Use Cases
- Technical Verification First: Enforces checking all feedback against your codebase context, existing functionality, and compatibility requirements before making any changes.
- Structured Handling for All Reviewers: Provides specific guidelines for feedback from your human team, external reviewers, and multi-item review lists, including YAGNI checks to avoid adding unused features.
- Use Case: When an external reviewer suggests removing legacy code that supports older OS versions, this Skill guides you to verify the build target and backward compatibility requirements before deleting anything, rather than blindly following the suggestion.
Quick Start
Use the receiving-code-review skill to evaluate all incoming code review feedback for your active pull request, verifying each suggestion against your codebase context before implementing any changes.