Claude-skill-registry fetch-pr-review-comments

MUST use this skill when user asks to check/review PR comments, address reviewer feedback, fix review issues, or respond to code review. Fetches unresolved review comments from GitHub PR for the current branch.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/fetch-pr-review-comments" ~/.claude/skills/majiayu000-claude-skill-registry-fetch-pr-review-comments && rm -rf "$T"
manifest: skills/data/fetch-pr-review-comments/SKILL.md
source content

Fetch PR Review Comments

Fetches unresolved review comments from the GitHub pull request corresponding to the current branch. You should use the bundled script to do this.

Instructions

  1. Run the script:
    bash ~/.claude/skills/fetch-pr-review-comments/get_unresolved_review_comments.sh
  2. Report the fetched unresolved review comments in a clear format. Do not use table format.
  3. STOP HERE - Do not proceed to fix or address the comments yet.
  4. Wait for user to explicitly request fixes.

Important Notes

  • Requires
    gh
    CLI to be authenticated
  • Only works when on a branch that has an associated pull request
  • After reporting the comments, STOP and WAIT for user instructions. DO NOT:
    • Create todo lists for fixing the comments
    • Read or edit the mentioned files
    • Start implementing any fixes