概要
This skill streamlines the code review loop by integrating the GitHub CLI directly into the Claude environment. It identifies open PRs for the current branch, retrieves unresolved review threads, and presents them as a numbered list for the user to evaluate. Once specific comments are selected, it assists in implementing the necessary code changes to address the feedback, significantly reducing the manual effort required to move from PR review to approved status. It handles authentication checks and provides a structured workflow for managing developer feedback efficiently.