get-pr-comments

Fetch unresolved GitHub pull request comments and summarize them by severity.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/seanwachs/cursor-skills --skill get-pr-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-pr-comments
Source: https://github.com/seanwachs/cursor-skills/tree/main/.agents/skills/get-pr-comments
Command: npx skills add https://github.com/seanwachs/cursor-skills --skill get-pr-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch and summarize unresolved review comments from the active pull request. Groups feedback by severity and actionability, returning a prioritized action list. Use when checking PR feedback, reviewing comments, seeing what reviewers said, or getting a summary of PR review status.

Core Features & Use Cases

  • Group unresolved comments by severity (blockers, nits, questions, and actionable items).
  • Produce a prioritized action list for maintainers to address.
  • Works with the active PR context and supports optional severity filtering.

Quick Start

Run the get-pr-comments command to fetch unresolved comments on the active pull request.

Frequently Asked Questions about get-pr-comments

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

FAQPage Schema
How do I summarize unresolved pull request comments by severity?

You can summarize unresolved pull request comments by fetching review threads via the GitHub API and grouping them into blockers, nits, questions, and actionable items. This produces a prioritized action list for maintainers to address.

How do I get a prioritized action list from GitHub PR review feedback?

Getting a prioritized action list from GitHub PR review feedback involves fetching unresolved review threads and categorizing them by severity. This workflow-ready output highlights blockers and actionable items directly from the active pull request context.

What is the best way to filter unresolved GitHub PR comments by severity?

The best way to filter unresolved GitHub PR comments by severity is to use a tool that queries review threads and groups them. It separates blockers, nits, and questions, allowing you to optionally filter by specific severity levels for focused review.

Does this PR comment summarization approach work with the active pull request context?

Yes, this PR comment summarization approach works directly with the active pull request context. It relies on GitHub data via gh pr commands and GraphQL queries to fetch unresolved review threads without needing manual URL inputs.

Can I use gh pr and GraphQL queries to fetch unresolved review threads for categorization?

Yes, you can use gh pr and GraphQL queries to fetch unresolved review threads for categorization. This method extracts unresolved items from the active pull request and groups them by severity and actionability for a concise output.