read-pr-comments

Retrieve and analyze unresolved GitHub pull request comments with structured output.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/fairy-pitta/claude-dotfiles --skill read-pr-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: read-pr-comments
Source: https://github.com/fairy-pitta/claude-dotfiles/tree/main/skills/read-pr-comments
Command: npx skills add https://github.com/fairy-pitta/claude-dotfiles --skill read-pr-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps developers quickly understand and address outstanding feedback on pull requests, streamlining the code review and iteration process.

Core Features & Use Cases

  • Retrieve Unresolved Comments: Fetches comments that have not yet been marked as resolved.
  • Comment Analysis: Provides a structured breakdown of each comment, including file, line, author, and feedback.
  • Correction Planning: Suggests an order for addressing comments based on complexity or priority.
  • Use Case: After a code review, a developer can use this skill to get a clear list of all feedback, understand what needs to be done for each point, and plan their next steps for fixing the issues.

Quick Start

Use the read-pr-comments skill to get a list of all unresolved comments on the current pull request.

Frequently Asked Questions about read-pr-comments

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

FAQPage Schema
How do I retrieve unresolved pull request comments from GitHub?

You can retrieve unresolved pull request comments by using GitHub CLI to fetch and analyze PR data. This skill surfaces outstanding review feedback, providing a structured breakdown of each comment by file, line number, author, and feedback body.

How do I organize GitHub PR review feedback for easier code remediation?

Organizing GitHub PR review feedback involves structuring unresolved comments by file and line number. This skill analyzes the feedback body and author, suggesting a correction order based on complexity or priority to plan your next fixing steps.

Do I need GitHub CLI to analyze unresolved PR review comments?

Yes, you need GitHub CLI installed to analyze unresolved PR review comments. This skill requires the gh command-line tool to interact with the GitHub API and process pull request data for retrieving structured feedback.

What is the best way to track outstanding code review feedback on a pull request?

The best way to track outstanding code review feedback is to automate retrieval of unresolved comments. This skill fetches PR data via GitHub CLI, analyzes feedback by author and file, and outputs a structured list for efficient code remediation.

Can I analyze unresolved GitHub review comments by file and line number?

Yes, you can analyze unresolved GitHub review comments by file and line number. This skill processes PR data via GitHub CLI to provide a structured breakdown of feedback, facilitating targeted code remediation and iteration.

Does retrieving unresolved PR comments work without a GitHub GUI?

Retrieving unresolved PR comments works entirely via command line without a GitHub GUI. This skill requires GitHub CLI to interact with the GitHub API, fetching and structuring outstanding review feedback for developers.