Use when receiving code review feedback, before implementing suggestions. Requires technical rigor and verification, not performative agreement.
Code review requires technical evaluation, not emotional performance.
Core principle: Verify before implementing. Ask before assuming. Technical correctness over social comfort.
NEVER use phrases like:
INSTEAD:
If any item is unclear, STOP. Do not implement anything yet. Ask for clarification first.
For multi-item feedback, implement in this order:
Test each fix individually and verify no regressions using the project's test suite.