review-pr

Fetch PR details and generate a private gist with categorized findings.

5|1|Updated Sep 26, 2025
One-click install
npx skills add https://github.com/budgie-at/budgie --skill review-pr-budgie-at
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/budgie-at/budgie/tree/main/.agents/skills/review-pr
Command: npx skills add https://github.com/budgie-at/budgie --skill review-pr-budgie-at

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill delivers comprehensive PR analysis by collecting PR details, issues, and comments, then performing cross-package reviews and generating a private gist with findings.

Core Features & Use Cases

  • Parallel PR exploration across affected packages to identify coding pattern violations, integration gaps, and QA issues.
  • Address human review comments by filtering out AI/bot reviewers and applying only human feedback.
  • Produce a shareable private gist URL summarizing findings and recommendations for developers and reviewers.

Quick Start

Provide the PR URL or number (e.g., /review-pr 305). The skill will fetch PR metadata, run parallel analyses, categorize findings, and return the gist URL.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate a GitHub PR review across multiple packages?

To automate a GitHub PR review, provide the PR URL or number to fetch metadata and run parallel analysis across affected packages, identifying coding violations and integration gaps. This generates a shareable private gist with categorized findings and remediation guidance.

What is parallel PR analysis and how does it work with GitHub?

Parallel PR analysis fetches PR details, issues, and comments simultaneously across affected packages to identify issues. It categorizes findings by severity and generates a private gist with a full traceable, shareable report.

Can I filter out bot reviewers from human PR comments?

Yes, you can filter out bot reviewers. The review process applies only human feedback by filtering human review comments to exclude AI and bot reviewers, ensuring remediation guidance addresses actual user input.

Does this code review automation require any dependencies?

No dependencies are required for this code review automation. You simply provide the PR URL or number to trigger the workflow, which fetches metadata and generates a private gist without external tool installations.

What's the best way to generate a shareable report of PR findings?

The best way to generate a shareable report is using a private gist. The analysis categorizes identified issues by severity and produces a private gist URL summarizing findings and recommendations for developers and reviewers.

When should I use automated PR analysis instead of manual review?

Use automated PR analysis for reproducible workflows needing cross-package exploration. It identifies coding pattern violations, integration gaps, and QA issues quickly, filtering human comments to support manual remediation rather than replacing it.