pr-followup

Evaluate developer responses to PR review comments and produce a resolution report.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/lioartoil/claude-code-handbook --skill pr-followup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-followup
Source: https://github.com/lioartoil/claude-code-handbook/tree/main/skills/pr-followup
Command: npx skills add https://github.com/lioartoil/claude-code-handbook --skill pr-followup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Follow-up on PR review comment replies by evaluating developer responses and determining if concerns were addressed.

Core Features & Use Cases

  • Automatically fetches PR discussions and reviews responses to each comment.
  • Analyzes whether changes were made or valid reasoning was provided, and produces a structured resolution report.
  • Supports follow-up actions and record-keeping for audit trails and team handoffs.

Quick Start

Provide the PR URL and discussion URLs to initiate the follow-up review.

Frequently Asked Questions about pr-followup

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

FAQPage Schema
How do I automate pull request follow-ups to check if code review comments were addressed?

Automating pull request follow-ups involves fetching PR discussion threads via the GitHub API, analyzing developer responses to review comments, and generating a structured resolution report to determine if concerns were resolved. The Skill evaluates replies and produces a reproducible decision tree with recommended actions.

How does discussion tracking work for GitHub pull requests with multiple review threads?

Discussion tracking for GitHub pull requests works by fetching detailed comment threads and replies using gh pr view or gh api commands. It analyzes each developer response to determine whether changes were made or valid reasoning was provided, producing a structured resolution report for audit trails and team handoffs.

Can I use gh api to evaluate developer responses to PR review comments?

Yes, you can use gh api to fetch PR comments and replies for evaluating developer responses. The Skill requires GitHub API integration via gh pr view or gh api to read discussion details, analyze responses, and output a reproducible decision tree determining whether issues were addressed.

What's the best way to track PR review comment resolutions across multiple discussion threads?

The best way to track PR review comment resolutions is to fetch all discussion details via the GitHub API, analyze each developer response for changes or valid reasoning, and produce a structured resolution report with recommended actions. This ensures reproducible decision tracking for audit trails and team handoffs.

Do I need to provide specific PR URLs to initiate automated code review follow-up?

Yes, you need to provide the PR URL and discussion URLs to initiate the automated follow-up review. The Skill uses these inputs to fetch discussion details via GitHub API integration and evaluate whether developer responses adequately addressed the original review concerns.

What limitations exist when automating PR feedback follow-ups for code review discussions?

Automating PR feedback follow-ups is limited to PRs with accessible discussion threads fetched via gh pr view or gh api. It requires valid PR and discussion URLs to function, and produces a structured resolution report based on analyzing developer responses rather than directly modifying the codebase.