From github
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
How this skill is triggered — by the user, by Claude, or both
Slash command
/github:j5ik2o-gh-pr-review-follow-upThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guide to find the open PR for the current branch and address its comments with gh CLI. Run all `gh` commands with network access permitted by the active agent runtime.
Guide to find the open PR for the current branch and address its comments with gh CLI. Run all gh commands with network access permitted by the active agent runtime.
Prereq: ensure gh is authenticated (for example, run gh auth login once), then run gh auth status so gh commands succeed. If the runtime blocks network access, request its standard shell or network permission and retry.
scripts/fetch_comments.py by absolute path; it prints all comments and review threads on the PR.
python "${CLAUDE_SKILL_DIR}/scripts/fetch_comments.py".scripts/fetch_comments.py as relative to the target repository.Notes:
gh hits auth or rate-limit issues mid-run, prompt the user to re-authenticate with gh auth login, then retry.npx claudepluginhub j5ik2o/ai-tools --plugin githubFetches and addresses GitHub PR review/issue comments on current branch using gh CLI. Lists threads via script, summarizes fixes, applies user-selected changes, with auth handling.
Addresses review and issue comments on the open GitHub PR for the current branch using the gh CLI. Verifies gh authentication and prompts the user if needed.
Addresses review comments and issue feedback on open GitHub pull requests using the gh CLI. Systematically applies fixes and responds to threads.