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 githubCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.