pr-review

Analyze local PR diffs and metadata to produce a structured code review report.

7|2|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/bitan-del/gods-eye-desktop --skill pr-review-bitan-del
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/bitan-del/gods-eye-desktop/tree/main/.claude/skills/pr-review
Command: npx skills add https://github.com/bitan-del/gods-eye-desktop --skill pr-review-bitan-del

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The PR review skill enables precise, fully-contextual code reviews by analyzing local project state and PR changes without relying on external services.

Core Features & Use Cases

  • Local PR context gathering: reads repository state, PR metadata, and code changes for comprehensive review.
  • Deterministic workflow: provides step-by-step guidance from PR fetch to buildable worktree creation and context collection.
  • Actionable reporting: synthesizes a structured code review with evaluation criteria and a ready-to-post comment.

Quick Start

Start a local PR review by loading the PR context and project changes for a thorough assessment.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I perform a local code review on a GitHub PR without hitting API limits?

Local code review without API limits is achieved by fetching PR metadata, base and head diffs, and discussion comments directly from your repository state to produce a structured, end-to-end review workflow.

What is the best way to automate PR review using git locally?

Automating PR review locally involves a deterministic workflow that evaluates CI status, creates a buildable worktree, collects lint output, and synthesizes a machine-readable report with an optional ready-to-post comment.

Can I gather full context for a code review from local repository state?

Yes, you can gather full context by reading local repository state, PR metadata, and code changes locally, which enables a comprehensive and fully-contextual assessment without external service dependencies.

Does the local PR review workflow support CI status evaluation and lint collection?

Yes, the workflow enforces specific steps for CI status evaluation and lint collection, ensuring that continuous integration results and code quality checks are factored into the final structured review report.

How to create a buildable worktree for analyzing PR diffs locally?

To create a buildable worktree for PR analysis, the deterministic workflow fetches the PR changes and sets up an isolated local environment to evaluate base and head diffs alongside project metadata.

When should I avoid using external services for code reviews?

You should avoid external services for code reviews when you need fully-contextual analysis without API limits, preferring a local workflow that reads repository state and PR changes deterministically.