review-pr

Read pr_diff.txt and pr_description.txt to generate review.json.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/89jobrien/warpx --skill review-pr-89jobrien
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/89jobrien/warpx/tree/main/.agents/skills/review-pr
Command: npx skills add https://github.com/89jobrien/warpx --skill review-pr-89jobrien

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR review workflows are time-consuming when producing machine-readable feedback. This skill reads a checked-out PR's diff and description and generates a structured review payload for downstream automation.

Core Features & Use Cases

  • Automated feedback: Converts diffs and descriptions into a consistent, machine-readable review format.
  • Workflow-friendly: Produces review.json for pipelines that publish results instead of posting directly to GitHub.
  • Use Case: Easily integrate with CI to validate changes, surface issues, and enforce standards without manual reviews.

Quick Start

Review a checked-out PR in your workspace and run the review workflow to generate review.json.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate pull request code review in a CI pipeline without posting direct GitHub comments?▼

To automate pull request code review, this Skill reads a checked-out PR diff and description, then outputs a machine-readable review to review.json. It generates structured feedback for CI pipelines to publish results instead of posting direct GitHub comments.

What is a machine-readable code review and how does it work with PR diffs?▼

A machine-readable code review is a structured JSON output generated from PR diffs and descriptions. This Skill parses pr_diff.txt and pr_description.txt files in your workspace to extract changes and metadata, producing review.json for downstream automation.

Do I need specific input files to generate automated PR review output?▼

Yes, generating automated PR review output requires access to the PR workspace containing pr_diff.txt and pr_description.txt. These files provide the diff changes and metadata needed to extract information and produce the structured review.json file.

Can I run automated code review locally instead of using a CI pipeline?▼

Yes, you can run automated code review locally. This Skill is applicable in both CI pipelines and local workflows, reading the checked-out PR workspace files to generate machine-readable review feedback in review.json wherever automated PR feedback is needed.

What's the best way to integrate structured PR feedback into existing automation workflows?▼

The best way to integrate structured PR feedback is using the review.json output produced by this Skill. By reading PR diffs and descriptions, it generates a consistent machine-readable format that downstream pipelines can consume to validate changes, surface issues, and enforce standards.