review-pr

Analyze GitHub pull requests and generate structured read-only reviews.

30|5|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/phuetz/code-buddy --skill review-pr-phuetz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/phuetz/code-buddy/tree/main/.codebuddy/skills/bundled/review-pr
Command: npx skills add https://github.com/phuetz/code-buddy --skill review-pr-phuetz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a read-only, structured assessment of GitHub pull requests, extracting metadata, diffs, and CI status to deliver a concise review without altering code or pushing changes.

Core Features & Use Cases

  • PR metadata extraction: pull title, author, base/compare branches, state, and checks.
  • Diff-oriented analysis: highlights changes, impact, and potential issues.
  • Structured review output: generates a TL;DR, summary of changes, risk assessment, and suggested maintainer comments.

Quick Start

Provide a PR number or URL and invoke the review-pr workflow to generate the structured feedback.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I get a structured code review for a GitHub pull request?

To get a structured code review for a GitHub pull request, provide a PR number or URL to generate a read-only assessment. The analysis extracts PR metadata, diffs, and CI status to deliver a concise review without altering code.

Do I need the gh CLI to analyze pull request diffs and CI status?

Yes, you need the gh CLI to analyze pull request diffs and CI status. The review process requires the gh CLI and read access to fetch PR data, diffs, and CI status for standard software project scenarios.

Can I review a GitHub PR without pushing changes to the repository?

Yes, you can review a GitHub PR without pushing changes to the repository. The tool provides a read-only, structured assessment of pull requests, extracting metadata and diffs to deliver feedback without altering code.

What is included in structured PR feedback for software projects?

Structured PR feedback for software projects includes a TL;DR, summary of changes, risk assessment, and suggested maintainer comments. It extracts PR metadata, highlights diff-oriented analysis, and pulls CI checks.

Does the GitHub PR review tool analyze CI checks and base branches?

Yes, the GitHub PR review tool analyzes CI checks and base branches. It extracts PR metadata including the title, author, base and compare branches, state, and checks to provide a comprehensive diff-oriented analysis.