pr-follow-up

Validate GitHub PR review threads and resolve them via gh CLI.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/wilsonfaustino/ai-tools --skill pr-follow-up
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-follow-up
Source: https://github.com/wilsonfaustino/ai-tools/tree/main/skills/pr-follow-up
Command: npx skills add https://github.com/wilsonfaustino/ai-tools --skill pr-follow-up

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After completing a PR review and the author pushes fixes and replies, manually checking every review thread to confirm if concerns are addressed is time-consuming and easy to miss. This Skill automates that validation process to save reviewer time and ensure no feedback is overlooked.

Core Features & Use Cases

  • Thread Validation: Automatically checks each review thread you started against the latest PR diff, author replies, and current file content to assign a clear verdict (addressed, justified, not-addressed, or unclear).
  • Batch Action: Presents a summary of all thread verdicts for a single confirmation, then posts replies and resolves valid threads in one batch instead of handling each manually.
  • Use Case: Ideal for code reviewers managing multiple PR follow-ups, ensuring all raised concerns are properly tracked and resolved without repetitive manual work.

Quick Start

Use the pr-follow-up skill to validate if the fixes for my open PR review threads are properly addressed.

Frequently Asked Questions about pr-follow-up

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

FAQPage Schema
How do I validate GitHub PR review threads after the author pushes fixes?

Batch thread resolution automates GitHub PR follow-up workflows by validating whether each review thread is addressed or justified, presenting a summary of verdicts for a single confirmation, and then posting replies and resolving valid threads in one bulk action via the gh CLI.

What is the best way to batch resolve GitHub pull request review threads?

Batch thread resolution automates GitHub PR follow-up workflows by validating whether each review thread is addressed or justified, presenting a summary of verdicts for a single confirmation, and then posting replies and resolving valid threads in one bulk action via the gh CLI.

Can I use the gh CLI to automate posting replies and resolving PR review threads?

Yes, you can use the gh CLI to automate posting replies and resolving PR review threads. This Skill leverages GraphQL-based thread resolution through the gh CLI to fulfill GitHub PR review thread validation and automated reply posting requirements.

How does automated PR review validation determine if a code comment is addressed?

Automated PR review validation determines if a code comment is addressed by checking each review thread against the latest PR diff, author replies, and current file content, then assigning a verdict of addressed, justified, not-addressed, or unclear.

Does this GitHub PR follow-up workflow require any external dependencies?

This GitHub PR follow-up workflow requires no external dependencies. It operates using GraphQL-based thread resolution via the gh CLI to validate review threads, post automated replies, and batch resolve valid threads after fixes are pushed.