receiving-code-review

Installation
Summary

Evaluate code review feedback with technical rigor before implementing, avoiding performative agreement and blind implementation.

  • Verify feedback against actual codebase behavior, test coverage, and architectural context before proceeding
  • Ask for clarification on unclear items before implementing anything; partial understanding leads to wrong fixes
  • Push back on suggestions that break functionality, lack context, violate YAGNI, or conflict with established decisions using technical reasoning
  • Implement multi-item feedback in priority order (blocking issues first), testing each fix individually to catch regressions
  • Acknowledge correct feedback through action and specific description of what changed, not gratitude expressions
SKILL.md

Code Review Reception

Overview

Code review requires technical evaluation, not emotional performance.

Core principle: Verify before implementing. Ask before assuming. Technical correctness over social comfort.

The Response Pattern

WHEN receiving code review feedback:

1. READ: Complete feedback without reacting
2. UNDERSTAND: Restate requirement in own words (or ask)
3. VERIFY: Check against codebase reality
4. EVALUATE: Technically sound for THIS codebase?
5. RESPOND: Technical acknowledgment or reasoned pushback
6. IMPLEMENT: One item at a time, test each
Related skills
Installs
63.7K
GitHub Stars
186.6K
First Seen
Jan 19, 2026