review-pr

Analyze PR diffs via GitHub CLI and generate P0/P1/P2 categorized review reports.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/qihach64/hefumiyabi-website --skill review-pr-qihach64
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/qihach64/hefumiyabi-website/tree/main/.claude/skills/review-pr
Command: npx skills add https://github.com/qihach64/hefumiyabi-website --skill review-pr-qihach64

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR reviews are time-consuming and error-prone; this Skill outputs structured review reports and can optionally fix and push changes.

Core Features & Use Cases

  • Generates structured review reports with issue categorization (P0, P1, P2) and a concise summary.
  • Analyzes PR diffs across files to detect logic bugs, style violations, security concerns, and potential architectural issues.
  • Supports fetching PR metadata via GitHub CLI and offers optional repair and push steps.

Quick Start

Provide a PR number or URL to begin the review and generate a structured report.

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 reviews to detect logic bugs and security issues?

You can generate a structured PR review report by providing a pull request number or URL. The Skill fetches PR metadata and diffs via GitHub CLI, then analyzes the changes to detect logic bugs, security concerns, and style violations across files.

What's the best way to categorize code review findings by severity?

Categorizing code review findings by severity is best handled by classifying issues into P0, P1, and P2 priorities. This Skill automatically categorizes detected bugs, security concerns, and style violations from PR diffs into these priority levels for structured reporting.

Do I need the GitHub CLI installed to review PR diffs?

Yes, the GitHub CLI is required to fetch PR metadata and diffs for the review process. The Skill relies on the GitHub CLI to pull the necessary pull request data, which it then analyzes to produce a structured review report.

Can I automatically fix and push changes after a code review identifies issues?

Yes, you can automatically fix and push changes after a code review. This Skill offers optional repair and push steps, allowing it to apply suggested fixes for detected bug, security, or style problems directly to the pull request.

What types of architectural issues can a PR diff analysis identify?

PR diff analysis can identify potential architectural issues, logic bugs, style violations, and security concerns. By reviewing the code changes across multiple files, the Skill detects these problems and highlights them in a structured, actionable review report.