receiving-code-review
Installation
SKILL.md
Receiving code review
Mindset
- Reviewers surface risk you may have missed; treat feedback as input, not orders.
- Verify technical claims before changing code (read code, run tests).
Workflow
- Read fully — understand intent, not only the literal suggestion.
- Clarify — if feedback is vague, ask one focused question before partial implementation.
- Verify — reproduce issue or confirm the concern in code; do not assume the reviewer is correct.
- Prioritize — correctness and security before style.
- Respond — agree + fix, or disagree with evidence (snippet, test, spec).
- Batch related fixes; avoid drive-by changes outside review scope.
- Confirm — run verification before marking threads resolved.