When you're on the receiving end of code review feedback, this skill keeps you from either blindly implementing suggestions or getting defensive. It walks you through technical verification before making changes, teaches you how to push back with technical reasoning when reviewers are wrong, and shows you how to ask clarifying questions without the performative "great point!" responses. The pattern is simple: understand the requirement, verify it against your actual codebase, then implement or push back based on technical merit. It's especially useful for handling external reviewers who might not understand your full context.
npx skills add https://github.com/obra/superpowers --skill receiving-code-review