review-pr

Analyze pull request diffs and generate structured review.json feedback.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the tedious process of reviewing pull requests by converting diffs and descriptions into a structured, machine-readable feedback format that can drive automated workflows.

Core Features & Use Cases

  • Structured review output: Generates review.json with actionable items focused on correctness, security, and maintainability.
  • Non-intrusive integration: Works with local PR artifacts like pr_diff.txt and pr_description.txt without posting to GitHub directly.
  • Use Case: When reviewing a checked-out PR, the skill produces formatted feedback that can be consumed by CI tools to gate merges.

Quick Start

Run the review-pr skill on a checked-out PR to produce review.json from pr_diff.txt and pr_description.txt.

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 into structured feedback?▼

Automated pull request code review analyzes local artifacts like pr_diff.txt and pr_description.txt to generate structured, machine-readable feedback. It outputs a review.json file containing actionable critique on correctness, security, and maintainability.

What is machine-readable PR review and how does it work?▼

Machine-readable PR review converts unstructured code diffs and descriptions into a structured JSON format. It works by analyzing local pull request artifacts to enforce validation and produce clear guidance on potential issues and suggested tests.

Can I review a checked-out PR locally without posting comments to GitHub?▼

Yes, you can review a checked-out PR locally without posting to GitHub. This non-intrusive approach processes local artifacts like pr_diff.txt and pr_description.txt to generate feedback solely in a local review.json file.

Does automated PR review work with CI tools to gate merges?▼

Automated PR review works with CI tools to gate merges by outputting structured feedback to review.json. CI pipelines can consume this machine-readable file to evaluate correctness, security, and maintainability before allowing a merge.

What format does automated code review output for potential issues and suggested tests?▼

Automated code review outputs potential issues and suggested tests in a machine-readable review.json format. This structured file provides clear, actionable guidance focused on code correctness, security, and maintainability.