pr-review-extraction

Extract and summarize GitHub PR review comments into Markdown triage reports.

Updated Dec 9, 2025
One-click install
npx skills add https://github.com/endo-ava/ego-graph --skill pr-review-extraction
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-extraction
Source: https://github.com/endo-ava/ego-graph/tree/main/.claude/skills/pr-review-extraction
Command: npx skills add https://github.com/endo-ava/ego-graph --skill pr-review-extraction

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the extraction and summarization of GitHub PR reviews to help teams quickly identify actionable items, unresolved issues, and feedback from reviewers.

Core Features & Use Cases

  • Inline Comment Extraction: Collects code review comments and identifies suggestions or issues tied to specific lines.
  • Summary & Checklist Generation: Produces a concise PR overview with a ready-to-use checklist of items to address.
  • GitHub Context Linkages: Includes direct links to the original PR and comments for quick verification.

Quick Start

python3 .claude/skills/pr-review-extraction/extract_reviews.py <PR_NUMBER>

Frequently Asked Questions about pr-review-extraction

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

FAQPage Schema
How do I extract and summarize GitHub PR review comments automatically?

Extract GitHub PR review comments by running the Skill's Python script with your PR number, which collects inline feedback, generates a summary report, and produces a structured checklist of actionable items tied to specific code locations.

Can I use this to organize CodeRabbit feedback and unresolved issues from pull requests?

Yes, the Skill extracts and summarizes CodeRabbit feedback and unresolved PR issues, creating triage data with inline notes and checklists that link back to original comments and repository context for quick verification.

What output formats does PR review extraction produce?

The Skill generates structured Markdown output with sections for inline feedback tied to code lines, a concise PR summary, and a reusable checklist for tracking progress across repositories, all preserving repository context and direct PR links.

Do I need GitHub CLI installed to extract PR review data?

Yes, the Skill integrates GitHub CLI to fetch PR review comments and context; Python and Bash are also required to run the extraction and summarization pipeline.

How does this help with code review workflow efficiency?

By automatically collecting and organizing scattered review comments into a single checklist with direct links, the Skill reduces manual triage time and ensures teams address all feedback systematically across multiple repositories.

Can I reuse the generated checklist across multiple pull requests?

Yes, the Skill produces a structured, reusable checklist format designed for progress tracking across repositories, allowing teams to standardize and reference common feedback patterns.