GitHub PR에서 아직 대응되지 않은 코멘트를 조회한다. GraphQL API를 사용해 (1) 코드의 특정 라인에 연결된 미해결 Review thread(Resolve 가능)와 (2) 코드 블록을 포함한 Issue comment(대화 탭, Resolve 불가)를 모두 가져와 JSON 형식으로 출력한다. PR 정보(번호, 제목, URL, 상태, 작성자, 리뷰어)도 함께 포함된다.
Retrieves unresolved GitHub PR comments (review threads and issue comments) via GraphQL API. Triggered when you need to review pending feedback or check PR discussion status.
/plugin marketplace add gaebalai/claude-code-marketplace/plugin install gaebalai@marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
scripts/read-unresolved-pr-comments.sh아래 명령어를 실행해, 미해결 상태의 Pull Request 리뷰 코멘트를 조회한다.
bash scripts/read-unresolved-pr-comments.sh