review-pr-comments

Analyze GitHub PR review threads and generate a structured markdown report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews GitHub PR comments and review threads, identifying resolved and unresolved feedback. It fetches PR review threads via the GitHub GraphQL API, researches the codebase to assess each unresolved comment, and generates a markdown review report. It also supports an autonomous mode that auto-fixes real issues, commits, pushes, and polls for new comments in a loop.

Core Features & Use Cases

  • Analyze PR review threads to determine resolution status and provide a structured report that can be reviewed by humans or consumed by automation.
  • Research the codebase context behind unresolved comments to assess impact and suggest actionable fixes, with an autonomous mode that can apply fixes and re-check for new comments.
  • Ideal for teams seeking consistent PR governance, faster feedback loops, and auditable PR review histories.

Quick Start

Provide a PR review report for the given GitHub PR URL and summarize unresolved threads with determinations.

Frequently Asked Questions about review-pr-comments

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

FAQPage Schema
How do I automate GitHub pull request review comment analysis?

Automating GitHub PR review comment analysis involves fetching review threads via the GitHub GraphQL API to identify resolved and unresolved feedback. This Skill evaluates code context to determine real issues and generates a structured markdown report saved under dynamic-app/pr-reviews.

Can I automatically fix unresolved code issues found in PR review threads?

Yes, you can automatically fix unresolved issues using the autonomous mode. It applies fixes for real code issues identified during PR review analysis, commits the changes, pushes them, and continuously polls for new comments in a loop.

What is the difference between interactive and autonomous modes for PR review feedback?

Interactive mode supports human-guided triage by generating a markdown report of unresolved PR feedback for manual review. Autonomous mode automatically assesses code context, applies fixes, commits, pushes, and polls for new GitHub comments without human intervention.

Does this PR review analysis tool require any external dependencies to run?

No external dependencies are required to run this PR review analysis tool. It operates independently to fetch GitHub pull request threads via the GraphQL API and generate structured markdown reports.

How do I generate a markdown report of unresolved GitHub PR review comments?

To generate a markdown report of unresolved PR comments, provide the GitHub PR URL. The tool fetches review threads via the GraphQL API, researches the codebase context to assess unresolved feedback, and outputs a structured report file in the dynamic-app/pr-reviews directory.