gh-pr-read

Read and summarize GitHub pull requests using the gh CLI tool.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/abhiroopb/synthetic-mind --skill gh-pr-read
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-pr-read
Source: https://github.com/abhiroopb/synthetic-mind/tree/main/skills/gh-pr-read
Command: npx skills add https://github.com/abhiroopb/synthetic-mind --skill gh-pr-read

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of reviewing and understanding GitHub pull requests, eliminating the need to manually navigate multiple browser tabs and interfaces.

Core Features & Use Cases

  • PR Inspection: View PR details like title, description, status, reviewers, and labels.
  • Diff Viewing: Read code changes and inspect specific files within a pull request.
  • Comment Analysis: Review discussion threads and review comments directly within the agent workflow.
  • Use Case: When a developer asks to "summarize PR #1234", this skill fetches all relevant information and provides a concise overview.

Quick Start

Use the gh-pr-read skill to view PR number 1234 in the current repository.

Frequently Asked Questions about gh-pr-read

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

FAQPage Schema
How do I summarize a GitHub pull request using the command line?

To summarize a GitHub pull request, this Skill uses the gh CLI tool to fetch PR details, code diffs, changed files, and review comments. It aggregates this data to provide a concise overview of the pull request directly within your agent workflow.

Can I view PR review comments and diffs without opening a browser?

Yes, you can view PR review comments and diffs without a browser. This Skill reads GitHub pull request details, code changes, and discussion threads locally using the gh CLI, eliminating the need to manually navigate multiple browser tabs.

Do I need to install and authenticate the gh CLI to read PR details?

Yes, you need to install and authenticate the gh CLI to read PR details. This Skill relies on the gh CLI tool to access GitHub repository data, meaning proper installation and authentication are required before fetching pull request information.

What is the best way to inspect specific changed files in a GitHub PR?

The best way to inspect specific changed files in a GitHub PR is using this Skill to read the diff. It supports inspection of individual files within a pull request, allowing you to analyze code changes and review threads efficiently.

Does this GitHub PR reader work for large codebase diffs and review threads?

This GitHub PR reader handles large codebase diffs and review threads by fetching and summarizing the data via the gh CLI. It supports viewing diff details, comments, and review threads, streamlining code review and analysis workflows.