review-pr

Check out GitHub pull requests, apply fixes, and post verdict comments.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/aarongmx/FacturacionLoop --skill review-pr-aarongmx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/aarongmx/FacturacionLoop/tree/main/.claude/worktrees/agent-aafd0f83/vendor/livewire/livewire/.claude/skills/review-pr
Command: npx skills add https://github.com/aarongmx/FacturacionLoop --skill review-pr-aarongmx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates maintainer-style PR reviews by checking out a PR, applying fixes, and posting a verdict comment, so you can decide to merge or close with minimal manual steps.

Core Features & Use Cases

  • Checkout the PR and run a deterministic review workflow.
  • Apply fixes and push changes back to the PR branch.
  • Post a structured verdict comment to communicate decisions clearly to the team.

Quick Start

Provide a PR number (or omit to use the latest open PR) to begin the automated maintainer-style review workflow.

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 in GitHub workflows?

To automate pull request reviews in GitHub workflows, you can use a Skill that checks out an open PR, applies fixes, and posts a verdict comment to communicate merge or close decisions. It requires gh CLI access and repository permissions to push commits.

What is a maintainer-style PR review workflow?

A maintainer-style PR review workflow automates triage by checking out a PR, applying deterministic fixes, pushing changes back to the branch, and posting a structured verdict comment. This enables clear merge-or-close decisions with minimal manual steps.

Do I need gh CLI access to automate PR fixes and comments?

Yes, you need gh CLI access to automate PR fixes and comments. The workflow requires a configured repository context and permissions to read PR metadata, diffs, and checks, as well as push commits or comments back to the PR branch.

How do I apply fixes and push commits to a PR branch automatically?

You apply fixes and push commits to a PR branch automatically by running a review workflow that checks out the PR, applies deterministic fixes, and pushes the changes back to the branch using configured repository permissions.

Can I review the latest open pull request without providing a PR number?

Yes, you can review the latest open pull request without providing a PR number. You can omit the PR number to use the latest open PR automatically, enabling quick triage and fast fixes for the most recent submission.

What are the limitations of automating PR triage and merge decisions?

Limitations of automating PR triage and merge decisions include requiring explicit permissions to read PR metadata, diffs, and checks, as well as push commits or comments. It is designed for open pull requests in GitHub workflows and needs a configured repository context.