What problem does it solve?
This skill helps engineers navigate code-review feedback by prioritizing technical accuracy over courtesy or expediency, reducing misinterpretations and rework.
Core Features & Use Cases
- Structured response pattern: Follow READ, UNDERSTAND, VERIFY, EVALUATE, RESPOND, and IMPLEMENT to address each feedback item.
- Clarification when unclear: ASK questions when feedback is ambiguous to avoid wrong implementations.
- Reasoned pushback: Provide technical rationale when a suggested change is inappropriate for this codebase.
- Incremental changes: Implement feedback one item at a time and test each change.
Quick Start
READ feedback fully before replying.
UNDERSTAND: restate the requirement or request clarification if needed.
VERIFY: check alignment with the codebase reality.
EVALUATE: assess technical correctness for THIS codebase.
RESPOND: provide technical acknowledgment or reasoned pushback.
IMPLEMENT: apply one item at a time and test each change.