gh-pr-review

View and manage GitHub PR review threads from the terminal with JSON output.

169|23|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/agynio/gh-pr-review --skill gh-pr-review-agynio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-pr-review
Source: https://github.com/agynio/gh-pr-review/tree/main
Command: npx skills add https://github.com/agynio/gh-pr-review --skill gh-pr-review-agynio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

View and manage inline GitHub PR review comments with full thread context from the terminal, reducing context-switching and enabling automation-friendly workflows.

Core Features & Use Cases

  • View complete inline review threads with file and line context
  • Reply to inline comments directly from the terminal
  • Resolve and unresolve review threads
  • Create and submit reviews with inline comments
  • Output structured JSON optimized for agents and automation
  • Filter reviews by reviewer, state, unresolved, not_outdated, and tail

Quick Start

Install the gh-pr-review extension once, then use gh pr-review view to fetch a consolidated snapshot of reviews and gh pr-review comments reply to respond to threads.

Frequently Asked Questions about gh-pr-review

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

FAQPage Schema
How do I view GitHub PR review comments with full thread context in the terminal?

You can view GitHub PR review comments by running the gh pr-review view command to fetch a consolidated snapshot of inline review threads with file and line context directly in your terminal.

Can I reply to and resolve inline PR review threads from the CLI?

Yes, you can reply to and resolve inline PR review threads using the gh pr-review comments reply command, managing the complete review lifecycle directly from the CLI without context-switching.

Does this tool provide JSON output suitable for automated AI agents?

Yes, the tool provides deterministic JSON output optimized for AI agents, exposing GitHub PR review data in a consistent, token-efficient structure for automated workflows.

How do I filter GitHub PR reviews by unresolved state or specific reviewer?

You can filter PR reviews by passing parameters like reviewer, unresolved, not_outdated, and tail to the command, allowing you to isolate specific thread states and authors.

What is the best way to automate submitting GitHub PR reviews with inline comments?

The best way to automate submitting reviews is using the gh-pr-review extension, which allows you to create, submit, and reply to reviews with inline comments via a GraphQL backend wrapped around the gh CLI.

Do I need any external dependencies to run inline PR review automation in the terminal?

No external dependencies are required beyond the gh CLI, as the extension operates independently with a GraphQL-based backend wrapper to retrieve and manage GitHub PR review context.