option
HomeHome Skill Code Review fetch-pr-review-comments

fetch-pr-review-comments

shogogg/dotfiles shogogg/dotfiles

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.

...Expand all
46
Updated time June 29, 2026

About fetch-pr-review-comments

The 'fetch-pr-review-comments' skill helps developers streamline the process of reviewing and addressing pull request comments on GitHub. Specifically, it fetches unresolved review comments from the GitHub pull request that corresponds to the current branch, allowing users to quickly access and resolve feedback. This skill is useful for developers who need to keep track of reviewer feedback, address issues raised in the review, and ensure that all feedback is resolved before merging a pull request. By automating the retrieval of unresolved comments, it saves time and reduces the chances of missing important feedback during code review.

FAQ

How do I use the 'fetch-pr-review-comments' skill?

To use the skill, run the script: `bash ~/.claude/skills/fetch-pr-review-comments/get_unresolved_review_comments.sh`.

What are the prerequisites for using this skill?

The skill requires the 'gh' CLI to be authenticated and will only work when you're on a branch that has an associated pull request.

What if there is no associated pull request for the current branch?

The skill will not work if there is no pull request associated with the current branch.

Is this skill compatible with all GitHub repositories?

Yes, as long as the repository uses GitHub and the branch has an associated pull request, this skill should work.

View on GitHub

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

Run the script: bash ~/.claude/skills/fetch-pr-review-comments/get_unresolved_review_comments.sh

Notes

  • Requires gh CLI to be authenticated
  • Only works when on a branch that has an associated pull request

Install fetch-pr-review-comments

Download and extract the skill files to your .claude/skills/ directory.

Download ZIP

Clone the repository and copy the skill files to your project.

git clone https://github.com/shogogg/dotfiles/blob/main/ai-agent/skills/fetch-pr-review-comments/SKILL.md # Copy SKILL.md to your .claude/skills/ directory

Copy Copy
Quick Setup: Copy the skill folder to .claude/skills/Claude will automatically detect and use the skill
Repository shogogg/dotfiles

Related Skills

code-simplify
Updated time July 2, 2026
requesting-code-review
Updated time June 29, 2026
Git Commit Helper
Updated time June 29, 2026
commit-standards
Updated time June 29, 2026
OR