What problem does it solve?
When code-review feedback arrives, this protocol provides a disciplined, objective, and auditable approach to assess, respond to, and implement changes with a focus on technical correctness and proper sequencing.
Core Features & Use Cases
- Validation-first feedback processing: read feedback without bias, restate requirements, verify alignment with the codebase, evaluate technical correctness, respond with justification, and implement changes with tests.
- Clear interaction rules: disallow unhelpful phrases; provide explicit guidance for handling unclear feedback with STOP and ASK.
- Use Case: In PR reviews, the receiver processes feedback, validates what is needed, and guides the developer through implementing changes in the correct order, with tests.
Quick Start
Follow the six-step receive-review protocol to process the latest code-review feedback and implement the validated changes.