| name | df-receiving-code-review |
| description | Address code review feedback safely. Use when Codex receives PR comments, review threads, requested changes, inline code review feedback, or maintainer suggestions and must classify comments, decide what to fix or discuss, apply focused changes, verify each fix, and avoid unrelated refactors. |
Receiving Code Review
Use this skill when review comments arrive.
Review Intake
For each comment:
- Read the full comment and surrounding code.
- Classify it:
must_fix
discuss
decline_with_reason
already_addressed
needs_more_context
- Identify the affected behavior, file, and test surface.
- Decide whether the fix requires
df-tdd-skill, df-systematic-debugging, or df-spring-web-boundaries.
Fix Workflow
- Address one review topic at a time.
- Keep changes scoped to the comment.
- Add or update tests when behavior changes or the comment exposes an unprotected risk.
- Run the smallest relevant verification after each topic.
- Record evidence and the response for the reviewer.
Response Format
## Review Resolution
### Comment: <short title>
- 分类:
- 处理:
- 文件:
- 验证:
- 回复建议:
Non-Negotiable Rules
- Do not batch unrelated review comments into one broad refactor.
- Do not mark a comment resolved without code, evidence, or a clear explanation.
- Do not ignore requested changes because tests currently pass.
- Do not revert user or reviewer changes outside the targeted scope.
- Do not argue from preference when the comment identifies a concrete bug or contract risk.