review-pr

Generate structured JSON feedback from pull request diffs.

Updated May 1, 2026
One-click install
npx skills add https://github.com/wiltaylor/warpium --skill review-pr-wiltaylor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/wiltaylor/warpium/tree/main/.agents/skills/review-pr
Command: npx skills add https://github.com/wiltaylor/warpium --skill review-pr-wiltaylor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of reviewing pull request diffs and generating structured feedback in JSON format, streamlining the review process and ensuring consistency.

Core Features & Use Cases

  • Automated PR Review: Generate structured feedback from PR diffs.
  • Structured Output: Outputs feedback in JSON format for machine-readable review.
  • Use Case: Perfect for reviewing code changes in a pull request and providing detailed, actionable feedback without direct interaction with GitHub.

Quick Start

Run the review-pr skill in the PR branch checkout to generate a structured review in '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 PR review and output structured feedback for CI/CD workflows?

Automate PR review by parsing pull request diffs and generating structured feedback in JSON format. This produces machine-readable review data designed specifically for continuous integration workflows and PR management tools.

How does automated code review generate machine-readable output from a pull request diff?

Automated code review generates machine-readable output by parsing pull request diffs and formatting the extracted feedback into JSON. This structured output allows PR management tools to process review data without direct interaction with GitHub.

Can I run automated PR review directly in my CI/CD pipeline without GitHub API access?

Yes, you can run automated PR review in your CI/CD pipeline without direct GitHub interaction. Simply execute the review process in the PR branch checkout to generate a structured review file locally.

What is the best way to generate JSON formatted code review feedback for pull requests?

The best way to generate JSON formatted code review feedback is to use diff parsing on the pull request changes. This approach ensures detailed, actionable, and consistently structured feedback for every code review.

How do I get started with generating a structured review.json file for my code changes?

To generate a structured review.json file, checkout your pull request branch and run the automated review process. The tool will parse the diffs and output the structured feedback directly into the file.