| name | github-pr-comment-resolve |
| description | PR 리뷰에 달린 코멘트들을 조회하고, 수정 계획을 세우거나 해결(Resolve) 처리를 돕습니다. "리뷰 반영할게", "PR 코멘트 확인해줘" 등의 상황에서 사용하십시오. |
Resolve PR Comments
Systematically address code review comments.
Steps
-
Fetch Comments
-
Analyze & Plan
- List comments and propose actions (Accept/Question/Refuse).
-
Fix & Verify
- Apply code changes.
- Run verification:
./scripts/check-all.sh.
-
Push
-
Reply & Resolve
- Reply to comments using
gh api.
- Resolve threads using GraphQL (advanced) or manual verification.
Tip
- Always verify before pushing.
- Write replies in Korean.