pr-review

Fetch GitHub PRs and generate draft review comments with file and line references.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Draft, concise PR reviews automatically by analyzing GitHub pull requests, including diffs and prior bot feedback, enabling fast, reliable feedback loops.

Core Features & Use Cases

  • Generate draft PR comments with file-and-line references directly from the PR diff.
  • Cross-check against prior bot reviews to surface silent dismissals and inconsistencies.
  • Provide a structured, paste-ready set of comments suitable for GitHub review workflows with optional per-file contexts.

Quick Start

Provide a GitHub PR URL to start the review and paste the generated draft comments into the PR review.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I generate draft pull request review comments automatically?

To generate draft pull request review comments automatically, provide a GitHub PR URL to the Skill. It fetches the PR diff via gh CLI, analyzes code changes, and outputs structured, paste-ready review comments with file and line references.

What is the best way to review GitHub PR diffs using AI?

The best way to review GitHub PR diffs using AI is to fetch the pull request data and cross-check prior bot reviews for consistency. This approach surfaces silent dismissals and generates concise feedback with file-and-line references for GitHub workflows.

Does AI code review work with standard GitHub pull requests across different projects?

Yes, AI code review works with standard GitHub pull requests across different projects. You can optionally configure a default review mode or an understand-to-approve workflow to scale feedback generation for standard PRs universally.

How do I cross-check prior bot reviews for inconsistencies on a GitHub PR?

To cross-check prior bot reviews for inconsistencies on a GitHub PR, the Skill analyzes existing threads and feedback alongside the current diff. This process surfaces silent dismissals and ensures new draft comments remain consistent.

Do I need the gh CLI installed to analyze pull request diffs?

Yes, you need the gh CLI installed to analyze pull request diffs. The Skill relies on the gh CLI for data retrieval, fetching PR diffs and threads directly from GitHub to produce structured, ready-to-paste review feedback.

Can I configure an understand-to-approve workflow for AI pull request reviews?

Yes, you can configure an understand-to-approve workflow for AI pull request reviews. By optionally setting this default review mode, the Skill scales to standard PRs across projects and outputs structured feedback with suggested code comments.