What problem does it solve?
Receives code review feedback without blind agreement, helping you verify suggestions before changing code so you avoid incorrect or unnecessary edits.
Core Features & Use Cases
- Technical Verification: Check feedback against the actual codebase before accepting it.
- Clarification First: Pause and ask questions when review items are incomplete or ambiguous.
- Reasoned Pushback: Push back on suggestions that break behavior, violate YAGNI, or conflict with known constraints.
- Incremental Implementation: Apply changes one item at a time and test each fix to reduce regressions.
- Use Case: A reviewer asks for several changes, but two are unclear and one seems technically wrong; this Skill helps you clarify the unclear items, validate the questionable one, and then implement only what is correct.
Quick Start
Use this skill to review the feedback you received, verify each point against the codebase, and respond with either a clear clarification request, a technical pushback, or a concise confirmation of the fix.