fetch-pr-review-comments
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 allAbout 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.
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
ghCLI to be authenticated - Only works when on a branch that has an associated pull request
All Files
3 filesInstall fetch-pr-review-comments
Download and extract the skill files to your .claude/skills/ directory.
Download ZIPClone 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





Home
