| name | receiving-code-review |
| description | Use when evaluating reviewer feedback, review delegates, or suggested code changes. |
| source | bundled |
Receiving Code Review
Treat review feedback as a technical claim to verify.
For each finding:
- Locate the referenced code.
- Decide whether the reported behavior can happen.
- Check whether existing tests cover it.
- Fix confirmed issues with the smallest change that addresses the cause.
- Push back on feedback that is vague, unactionable, or asks for speculative complexity.
Do not accept a clean review without checking whether the reviewer saw the final diff and relevant tests.