get-pr-reviews

Retrieve and format GitHub pull request review comments by file and line.

862|67|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/saffron-health/libretto --skill get-pr-reviews
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-pr-reviews
Source: https://github.com/saffron-health/libretto/tree/main/.agents/skills/get-pr-reviews
Command: npx skills add https://github.com/saffron-health/libretto --skill get-pr-reviews

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers quickly understand feedback on pull requests by consolidating review comments into a readable format, saving time spent sifting through individual comments.

Core Features & Use Cases

  • Consolidated View: Presents review comments grouped by file and line number.
  • Threaded Conversations: Clearly shows replies and the flow of discussions.
  • Use Case: A developer can use this skill to get a quick summary of all feedback on a pull request before addressing the comments.

Quick Start

Use the get-pr-reviews skill to get a summary of the latest review comments on the current pull request.

Frequently Asked Questions about get-pr-reviews

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

FAQPage Schema
How do I get a summary of all GitHub pull request review comments?

To get a summary of pull request review comments, this Skill retrieves feedback via the GitHub API and consolidates it into a readable format grouped by file and line number.

Can I view GitHub PR review comments grouped by file and line number?

Yes, you can view PR review comments grouped by file and line number. The Skill organizes feedback accordingly to save time spent sifting through individual comments on GitHub.

Does this tool preserve threaded conversations and chronological order for code review analysis?

Yes, it preserves threaded conversations and chronological order. This ensures you can clearly follow the flow of discussions and replies within your code review analysis.

What is the best way to consolidate pull request feedback before addressing code review issues?

The best way to consolidate pull request feedback is using this Skill to retrieve review comments via the GitHub API, organizing them into a quick summary grouped by file and line number.

Do I need any external dependencies to retrieve and format pull request comments from the GitHub API?

No external dependencies are required to retrieve and format pull request comments. The Skill operates independently to fetch and organize GitHub API review data for analysis.