What problem does it solve?
Code reviews often produce feedback that is unclear, incomplete, or technically questionable. This Skill provides a disciplined approach to receiving and handling feedback, ensuring every suggested change is verified against the codebase before implementation.
Core Features & Use Cases
- Structured feedback processing: READ the feedback in full, UNDERSTAND by restating requirements, VERIFY against the repository, EVALUATE technical soundness, RESPOND with reasoned acknowledgment or pushback, and IMPLEMENT changes one item at a time.
- Clear handling of unclear items: When items are ambiguous, the workflow asks for clarification before acting.
- Guardrails for safe changes: Avoid blind agreement or premature changes; relies on technical justification and traceability.
- Use Case: You receive a PR review with multiple items; you will push back on unclear items and implement valid changes incrementally with tests.
Quick Start
Begin by reading the feedback in full, restating the requirement in your own words, and requesting clarification or verification before proceeding.