quick-pr-review

Automate GitHub pull request reviews and approvals based on diff evaluation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rapidly reviews a GitHub pull request to unblock others by generating or updating a concise review and approving when there are no major risks.

Core Features & Use Cases

  • Automatically gather PR metadata, evaluate changes, and decide on approval.
  • Create or update a single review comment per PR, pinned to the latest commit.
  • Apply trust-profile based decision making to adjust risk tolerance.

Quick Start

Invoke /quick-pr-review owner/repo 42 to start an automated PR review.

Frequently Asked Questions about quick-pr-review

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

FAQPage Schema
How do I automate GitHub pull request reviews and approvals?

To automate GitHub PR reviews, this skill evaluates pull request diffs, CI status, and risk assessment to generate a concise review anchored to the latest commit. It then applies a trust-based policy to automatically approve, comment, or request additional checks.

Can I automatically approve a PR based on trust levels and CI status?

Yes, you can automatically approve a PR using trust-based policy decision making. The skill checks existing comments, evaluates CI status, and assesses risk tolerance based on trust profiles to determine whether to approve or request additional checks.

How do I ensure automated PR reviews evaluate security implications and change reversibility?

Automated PR reviews evaluate security implications and change reversibility by encoding decision logic directly into the risk assessment workflow. This ensures significant public interface changes are flagged before an automatic approval is granted.

What is the best way to unblock pull requests quickly without manual code review?

The best way to unblock pull requests quickly is to automate the review process. This skill rapidly evaluates diffs and CI checks to generate or update a single review comment, approving the PR when no major risks are detected.

Do I need GitHub CLI tooling to automate pull request approvals?

Yes, you need GitHub CLI tooling, PR metadata, and repository context to automate pull request approvals. The skill requires this access to gather diffs, evaluate CI status, and pin the review comment to the latest commit.