| name | receiving-code-review |
| description | Effectively process reviewer feedback; categorize blocking vs. advisory items. |
Receiving Code Review
Overview
Review feedback requires structured handling to quickly converge into a mergeable state.
Feedback Categorization
- Blocking: Mandatory; affects correctness, security, or stability.
- Non-blocking: Advisory; readability or optimizations to handle later.
- Question: Requires added context or design explanation.
Response Workflow
- Reply iteratively to avoid omissions.
- Re-run related tests after changes.
- Report "Fixes + Verification Evidence + Reason for non-adoption (if any)".