review-pr

Fetch and summarize GitHub pull request review comments by status.

11|2|Updated Sep 8, 2015
One-click install
npx skills add https://github.com/jitrapon/astro-mobile --skill review-pr-jitrapon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/jitrapon/astro-mobile/tree/main/.claude/skills/review-pr
Command: npx skills add https://github.com/jitrapon/astro-mobile --skill review-pr-jitrapon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly review pull request feedback without manually scanning every comment, making it easier to see what needs attention and what is already resolved.

Core Features & Use Cases

  • Comment Retrieval: Pulls both inline review comments and top-level conversation comments from a PR.
  • Status Triage: Separates unaddressed feedback from comments that already have a fix reply.
  • Actionable Summary: Presents priority, affected files, and concise summaries so you can focus on the highest-impact items.

Quick Start

Use the review-pr skill to summarize the latest review comments on the current pull request.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I summarize pull request review comments quickly?

To summarize pull request comments quickly, fetch inline and top-level conversation feedback from GitHub repositories, then group findings by addressed versus unaddressed status to triage actionable items.

What is the best way to triage unaddressed GitHub PR feedback?

Triage unaddressed GitHub PR feedback by parsing review comments and grouping them by status, separating unresolved findings from resolved replies to identify priority items and affected files.

Do I need gh API access to fetch GitHub code review comments?

Yes, you need gh API access to fetch GitHub code review comments, as retrieving inline review comments and top-level conversation feedback from pull requests requires authenticated API requests.

How does PR feedback triage separate addressed from unaddressed findings?

PR feedback triage separates addressed from unaddressed findings by parsing comment replies and grouping status, allowing you to focus on unaddressed feedback while filtering out resolved conversations.

Can I get an actionable summary of affected files from a pull request review?

Yes, you can get an actionable summary of affected files from a pull request review by parsing inline comments, which presents priority levels and concise summaries for high-impact items.