fetch-pr-review-comments

Fetch unresolved review comments from the current branch's GitHub pull request.

4|2|Updated Oct 27, 2013
One-click install
npx skills add https://github.com/shogogg/dotfiles --skill fetch-pr-review-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetch-pr-review-comments
Source: https://github.com/shogogg/dotfiles/tree/main/ai-agent/skills/fetch-pr-review-comments
Command: npx skills add https://github.com/shogogg/dotfiles --skill fetch-pr-review-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, perl, and includes scripts (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Fetch Unresolved Comments: Retrieve all unresolved review threads for the PR on the current branch.
  • Clear Reporting: Present comments clearly for quick triage; do not fix yet.
  • Use Case: When preparing to review a PR, fetch all unresolved comments to plan fixes.

Quick Start

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

Frequently Asked Questions about fetch-pr-review-comments

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch unresolved review comments from a GitHub pull request?

Unresolved review comments are feedback threads on a PR that haven't been addressed yet. Run the bundled script to retrieve all unresolved comments from the PR on your current branch, surfacing feedback without applying fixes. Requires authenticated gh CLI and an associated PR.

Can I automate gathering PR feedback for triage without making changes?

Yes. This Skill fetches and displays unresolved review threads for the current branch's PR in formatted output, letting you review all feedback and plan fixes without modifying repository state. Ideal for preparation before starting revisions.

What do I need to run the unresolved comments script?

You need authenticated gh CLI configured for GitHub access, a local branch with an associated pull request, and perl installed. The script queries PR review threads via GraphQL and outputs results without external dependencies.

How does this differ from viewing PR comments directly on GitHub?

This Skill filters to unresolved comments only and surfaces them in your terminal for quick local triage. It's faster than navigating the GitHub UI when preparing to address multiple feedback threads from a feature branch.

Can I use this with branches that don't have an associated PR yet?

No. The Skill requires a branch with an active pull request on GitHub. If your branch lacks an associated PR, create one first, then run the script to fetch unresolved review comments.