Handles code review feedback rigorously: verifies suggestions, resolves unclear items, implements fixes in priority order. Useful when addressing review comments.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers-optimized:receiving-code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Treat feedback as technical input to validate, not as instructions to apply blindly.
Treat feedback as technical input to validate, not as instructions to apply blindly.
Treat Critical and High security findings as blocking until addressed or explicitly deferred by the user with documented rationale.
Never say any of the following. They signal performative agreement, not technical engagement:
Instead: state what you verified, what you changed, and why. If the reviewer is right, the code change speaks for itself.
Push back when a suggestion:
Pushback must include concrete technical evidence — not opinions, not "I think", not "it should be fine."
Report:
npx claudepluginhub repozy/superpowers-optimizedEnforces verification-first code review: evaluate suggestions rigorously before implementing, push back when feedback is incorrect or lacks context.
Evaluates code review feedback with verification before implementing. Checks if issues are real, fixes are correct, and changes don't break other things. Includes patterns for reasoned pushback.
Process code review feedback rigorously: read fully, understand issues, verify claims against code, evaluate fixes, respond with evidence, and implement changes. For PRs, agent reviews, external feedback.