pr-review-comments

Batch and triage GitHub PR review comments with user confirmation.

1|2|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/jorgeavaldez/pi-config --skill pr-review-comments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-comments
Source: https://github.com/jorgeavaldez/pi-config/tree/main/skills/pr-review-comments
Command: npx skills add https://github.com/jorgeavaldez/pi-config --skill pr-review-comments

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, gh, jj, and includes scripts (resource) components.

What problem does it solve?

Fetch PR review comments from GitHub, batch similar feedback using semantic analysis, and guide you through each batch one at a time with explicit user confirmation, enabling a focused and resumable code-review workflow.

Core Features & Use Cases

  • Fetch unresolved PR review comments from a GitHub pull request
  • Batch comments by semantic similarity to group related feedback
  • Walk through each batch with explicit user confirmation before proceeding
  • Track progress in REVIEW_COMMENT_WORK.md for resumability across sessions
  • Use case: manage long-running code reviews with hundreds of comments by prioritizing and addressing related issues together

Quick Start

Provide the PR you want reviewed, and let this Skill batch and guide you through each set of comments.

Frequently Asked Questions about pr-review-comments

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

FAQPage Schema
How do I triage GitHub PR review comments efficiently when dealing with hundreds of unresolved threads?

To triage GitHub PR review comments efficiently, you can batch similar issues by semantic similarity and walk through each batch one at a time. This approach groups related feedback across multiple files, enabling a focused and resumable code-review workflow.

Can I group code review feedback by semantic similarity to address related PR comments together?

Yes, you can group code review feedback by semantic similarity to address related PR comments together. This batching process analyzes comment content to cluster similar issues, allowing you to resolve related threads across multiple files simultaneously.

Do I need jq and gh installed to batch and resolve pull request review comments?

Yes, you need jq and gh installed to batch and resolve pull request review comments. These dependencies are required to fetch unresolved PR threads from GitHub and process the comment data for semantic analysis and batching.

What is the best way to maintain progress on a long-running code review across multiple sessions?

The best way to maintain progress on a long-running code review across multiple sessions is tracking status in a resumable REVIEW_COMMENT_WORK.md file. This file logs batch progress and per-comment feedback, allowing you to pause and resume triage without losing context.

How does comment batching handle PR review feedback across multiple files?

Comment batching handles PR review feedback across multiple files by fetching unresolved threads and analyzing their content to group related issues together. It then guides you through each batch sequentially with explicit user confirmation before proceeding to the next set.