Pre-Merge Code Review Checklist
Claude Code / 에이전트머지 전 변경사항을 체계적으로 리뷰
언제 쓰나 · PR/브랜치를 머지하기 전
#review#quality
Review the diff for `{{branch}}` against these dimensions, most-severe first:
- **Correctness**: edge cases, off-by-one, null/undefined, async races.
- **Security**: injection, authz, secrets, unsafe input.
- **Scope**: every changed line traces to the stated goal — flag drive-by changes.
- **Tests**: new behavior covered? failing-then-passing?
- **Simplicity**: could a senior engineer call this overcomplicated?
For each finding give file:line, why it's wrong, and a concrete failing scenario.jt · v1 · CC0-1.0 · 복사 0