gh-pr-review

Consolidate GitHub PR inline review threads into deterministic JSON payloads.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/NooBat/claude --skill gh-pr-review-noobat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-pr-review
Source: https://github.com/NooBat/claude/tree/main/skills/gh-pr-review
Command: npx skills add https://github.com/NooBat/claude --skill gh-pr-review-noobat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates GitHub PR inline review data into a single, machine-readable payload for AI agents and automated workflows.

Core Features & Use Cases

  • View inline review threads with file and line context, including unresolved threads.
  • Reply to inline comments and manage thread resolution programmatically.
  • Export deterministic JSON outputs tailored for AI agents and automated PR review workflows.
  • Filter results by reviewer, state, or resolution status to focus on actionable threads.

Quick Start

Install the gh-pr-review extension and run gh pr-review view on a PR to obtain a ready-to-consume JSON payload.

Frequently Asked Questions about gh-pr-review

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

FAQPage Schema
How do I get GitHub PR inline review data as JSON for AI automation?

To get GitHub PR inline review data as JSON, you can use a CLI tool that consolidates thread context, file paths, and review states into a single, machine-readable payload for AI agents.

Can I filter GitHub PR review threads to show only unresolved comments?

Yes, you can filter GitHub PR review threads to show only unresolved comments by applying specific filters like unresolved and not_outdated to optimize the JSON output for actionable items.

How do I manage GitHub PR thread resolution programmatically via CLI?

You can manage GitHub PR thread resolution programmatically by retrieving the review data via GraphQL and using the provided CLI commands to reply to inline comments and resolve threads.

Does gh-pr-review work with GitHub CLI for automated PR workflows?

Yes, this tool functions as a GitHub CLI extension, leveraging GraphQL-based data retrieval to provide deterministic JSON structures specifically tailored for automated PR review workflows.

What is the best way to export GitHub PR review comments for AI agents?

The best way to export GitHub PR review comments for AI agents is to consolidate the inline review threads with file and line context into a deterministic JSON payload using a CLI extension.

Are there limitations when retrieving outdated GitHub PR review threads?

While retrieving outdated GitHub PR review threads is possible, you can use the not_outdated filter to exclude them, ensuring your automated workflow only processes currently relevant inline comments.