pr-comments

Retrieve and aggregate GitHub PR comments, reviews, and test results via gh CLI and jq.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/YoniChechik/claude-code-config --skill pr-comments-yonichechik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-comments
Source: https://github.com/YoniChechik/claude-code-config/tree/main/skills/pr-comments
Command: npx skills add https://github.com/YoniChechik/claude-code-config --skill pr-comments-yonichechik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and streamlines the review of PR comments and test results, helping teams triage feedback efficiently.

Core Features & Use Cases

  • Interactive triage of PR comments and review notes
  • Summary of comments, review comments, and test results to guide triage decisions
  • Use Case: When a PR has many comments, surface actionable items and categorize them into fix, ignore, or outdated

Quick Start

Use the pr-comments skill to fetch and display the latest PR discussions for a given PR number.

Frequently Asked Questions about pr-comments

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

FAQPage Schema
How do I triage pull request comments and test results efficiently?

You can triage pull request comments by retrieving and aggregating PR reviews, discussions, and test results from GitHub to summarize feedback and guide prioritization decisions interactively.

Can I use gh CLI to aggregate GitHub PR reviews and status checks?

Yes, GitHub PR reviews and status checks can be aggregated using the gh CLI for data retrieval, parsing JSON output with jq to format and display pull request discussions.

What is the best way to categorize PR comments into actionable items?

Categorizing PR comments into actionable items is best handled through an interactive workflow that surfaces discussions and lets you sort feedback into fix, ignore, or outdated categories.

How do I summarize GitHub PR discussions to guide resolution prioritization?

To summarize GitHub PR discussions for resolution prioritization, aggregate review comments and test results to identify actionable items and filter out outdated or irrelevant feedback.

Does this PR triage workflow support interactive categorization?

Yes, the PR triage workflow supports interactive categorization by accepting user input to classify aggregated pull request comments and test results into actionable categories.

What are the limitations of automating code review triage with jq and gh CLI?

Automating code review triage with jq and gh CLI is limited to parsing JSON data from GitHub repositories and does not inherently resolve comments or automatically merge pull requests.