review-pr

Automate GitHub pull request reviews and output structured pr-review.md findings.

5|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/tomzx/agents --skill review-pr-tomzx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/tomzx/agents/tree/main/skills/review-pr
Command: npx skills add https://github.com/tomzx/agents --skill review-pr-tomzx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Git teams often miss critical issues during PR reviews due to manual, inconsistent processes, leading to slower feedback and potential defects.

Core Features & Use Cases

  • Pre-review metadata extraction and objective alignment to ensure consistent review scope.
  • Code quality evaluation covering style, tests, architecture, security, and documentation.
  • Context-aware review tailored to feature, bug fix, API, or DB changes, producing a structured pr-review.md.

Quick Start

Run a full PR review for a given PR number and generate a pr-review.md with findings.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate GitHub pull request reviews?

Automate GitHub pull request reviews by running an end-to-end workflow that performs pre-review checks, code quality assessments, and security reviews, outputting a structured pr-review.md file containing all findings.

What is included in an automated code review for a pull request?

An automated code review includes pre-review metadata extraction, style evaluation, testing considerations, architectural and security reviews, and documentation verification, tailored to feature, bug fix, API, or DB changes.

Do I need the gh CLI to automate PR reviews?

Yes, you need the gh CLI installed and repository access to automate PR reviews, as the process relies on it to resolve environment paths and extract pull request metadata for structured output.

How do I generate a PR review report for a specific pull request number?

Generate a PR review report by running a full review for a given PR number, which produces a structured pr-review.md file containing objective alignment and code quality findings.

Can I use automated PR reviews for private repositories?

Yes, you can use automated PR reviews for private repositories, as the process applies to code-review workflows across both open-source and private repos, provided you have repository access and the gh CLI configured.

What's the best way to ensure consistent code quality checks across pull requests?

Ensure consistent code quality checks by automating the end-to-end review process, which applies standardized pre-review checks and context-aware evaluations to prevent manual inconsistencies and missed defects.