pr-comments-flow

Guides users through per-comment PR review with provided shell scripts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/paulovictor237/PeveAgent --skill pr-comments-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-comments-flow
Source: https://github.com/paulovictor237/PeveAgent/tree/main/.agents/skills/pr-comments-flow
Command: npx skills add https://github.com/paulovictor237/PeveAgent --skill pr-comments-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This tool enables interactive, guided review of pull request comments, stepping through each suggestion and deciding how to respond with the user, ultimately marking threads as resolved and learning patterns for future reviews.

Core Features & Use Cases

  • Interactive per-comment review that guides the user through each suggestion.
  • Fetch, deduplicate, and organize PR comments by file, with progress tracking.
  • Apply, skip, or discuss changes, post replies, and resolve threads on GitHub.
  • Learn patterns to enhance CLAUDE.md guidance for future reviews.

Quick Start

Fetch the PR comments with pr-fetch.sh and begin processing them with pr-next-comment.sh.

Frequently Asked Questions about pr-comments-flow

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

FAQPage Schema
How do I review pull request comments one by one interactively?

To review pull request comments one by one, fetch PR threads using pr-fetch.sh, then step through each suggestion with pr-next-comment.sh to apply, skip, or discuss changes while tracking progress and resolving GitHub threads.

How does interactive PR code review handle comments across multiple files?

Interactive PR code review handles comments across multiple files by deduplicating and organizing threads by file, then guiding users through each suggestion sequentially. Progress state is tracked safely so no comment is missed during the review session.

Do I need gh and jq installed to automate GitHub PR comment review?

Yes, you need both gh and jq installed to automate GitHub PR comment review. The skill's scripts depend on gh to interact with GitHub PR threads and jq to parse and manipulate JSON data fetched from pull request comment threads safely.

Can I post replies and resolve GitHub PR threads directly during code review?

Yes, you can post replies and resolve GitHub PR threads directly during code review. The pr-reply.sh and pr-resolve.sh scripts enable posting responses to reviewer comments and marking threads as resolved on GitHub without leaving the interactive workflow.

What is the best way to learn code review patterns from GitHub PR suggestions?

The best way to learn code review patterns from GitHub PR suggestions is to track applied or skipped changes during interactive review. This skill learns reviewer decisions and updates CLAUDE.md guidance to enhance future pull request review patterns.

Why track progress state when reviewing pull request comments across multiple files?

Tracking progress state when reviewing pull request comments prevents losing your place across multiple files. The pr-update-progress.sh script safely records which suggestions were applied or skipped, ensuring interrupted review sessions can resume without missing or duplicating comment threads.