pr-review

Review pull request diffs and CI status locally to generate structured reports.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/gerald-ica/opencode-config-snapshot --skill pr-review-gerald-ica
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/gerald-ica/opencode-config-snapshot/tree/main/opencode/skills/pr-review
Command: npx skills add https://github.com/gerald-ica/opencode-config-snapshot --skill pr-review-gerald-ica

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables developers to perform a thorough local code review of a pull request with full project context, without relying on external APIs or platform limitations.

Core Features & Use Cases

  • Local PR inspection with access to repository metadata, diffs, and CI status.
  • Interactive or automation modes for scalable reviews and machine-readable outputs.
  • Generates a structured review report that summarizes changes, CI results, and potential risks.

Quick Start

Run the pr-review skill against a target PR to produce a comprehensive, local review report.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I review a pull request locally with full repository context?▼

To review a pull request locally, the Skill extracts diffs, fetches CI status, and analyzes project code and tests against the full repository metadata to generate a structured, actionable review report.

Can I automate code reviews for pull requests in CI pipelines?▼

Yes, you can automate code reviews in CI pipelines using the automation mode, which extracts PR changes and CI outcomes to output a machine-readable, structured review report without manual interaction.

What is the best way to check CI status and code changes before merging a pull request?▼

The best way to check CI status and code changes is to run a local PR review that fetches diffs and CI outcomes, evaluating completeness, safety, and traceability to produce a comprehensive verdict.

Does local code review work without relying on external platform APIs?▼

Yes, local code review works entirely without external platform APIs by operating directly on the repository to extract diffs, metadata, and CI status for generating an actionable review report.

How do I generate a structured report from a git pull request diff?▼

You can generate a structured report from a git pull request diff by running the Skill against the target PR, which inspects changes, integrates CI results, and outputs an actionable summary of potential risks.

When should I use interactive mode for reviewing pull request changes?▼

Use interactive mode for reviewing pull request changes when you need to manually inspect repository context, evaluate complex code modifications, and guide the generation of a structured review report step-by-step.