fetch-pr-comments

Fetch and summarize unresolved GitHub PR review comments via GraphQL.

399|31|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/tobihagemann/turbo --skill fetch-pr-comments-tobihagemann
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetch-pr-comments
Source: https://github.com/tobihagemann/turbo/tree/main/skills/fetch-pr-comments
Command: npx skills add https://github.com/tobihagemann/turbo --skill fetch-pr-comments-tobihagemann

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps developers quickly understand outstanding feedback on a GitHub Pull Request without needing to manually sift through comments, saving time during code reviews.

Core Features & Use Cases

  • Fetch Unresolved Threads: Retrieves all review threads from a specified GitHub PR.
  • Summarize Comments: Presents comments in a clear, organized format, grouped by file.
  • Read-Only Operation: Does not modify the PR or its comments.
  • Use Case: Before starting work on a PR, a developer can use this skill to get a concise overview of all unresolved feedback from reviewers.

Quick Start

Fetch and summarize all unresolved comments on the current pull request.

Frequently Asked Questions about fetch-pr-comments

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

FAQPage Schema
How do I fetch and summarize unresolved GitHub PR review comments?

You can fetch and summarize unresolved GitHub PR review comments using the GitHub CLI and GraphQL API to retrieve feedback threads. This provides a quick, organized overview of outstanding review comments grouped by file.

Do I need the gh CLI to fetch pull request comments?

Yes, you need the gh CLI installed and authenticated to fetch pull request comments. The Skill relies on the gh CLI to interact with GitHub repositories and authenticate the necessary API requests.

What is the best way to get a quick overview of unresolved feedback on a pull request?

The best way to get a quick overview of unresolved feedback is to retrieve and summarize unresolved review threads. This groups comments by file, saving time during code reviews by avoiding manual sifting.

Does fetching PR comments modify the pull request or existing review threads?

No, fetching PR comments is a strictly read-only operation that does not modify the pull request or its comments. It only retrieves and presents existing unresolved feedback in a clear format.

Can I group GitHub PR review comments by file automatically?

Yes, you can group GitHub PR review comments by file automatically by fetching unresolved review threads. The Skill presents the feedback in an organized format, grouping comments according to their respective files.