j5ik2o-gh-pr-review-follow-up
Installation
SKILL.md
GitHub PR Review Follow-up
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.
1) Inspect comments needing attention
- Run the bundled
scripts/fetch_comments.pyby absolute path; it prints all comments and review threads on the PR.- In Claude Code, run
python "${CLAUDE_SKILL_DIR}/scripts/fetch_comments.py". - In other runtimes, resolve the installed skill directory first. Do not treat
scripts/fetch_comments.pyas relative to the target repository.
- In Claude Code, run
2) Ask the user for clarification
- Number all the review threads and comments and provide a short summary of what would be required to apply a fix for it.
- Ask the user which numbered comments should be addressed.