auto-review-pr

Automate GitHub pull request reviews and conflict resolution via API and Git.

Updated May 31, 2026
One-click install
npx skills add https://github.com/zizzfizzix/agentic-engineering-framework --skill auto-review-pr-zizzfizzix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-review-pr
Source: https://github.com/zizzfizzix/agentic-engineering-framework/tree/main/core/ai/skills/auto-review-pr
Command: npx skills add https://github.com/zizzfizzix/agentic-engineering-framework --skill auto-review-pr-zizzfizzix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing GitHub pull requests, managing labels, and resolving conflicts, saving time and reducing manual effort.

Core Features & Use Cases

  • Automated Code Review: Review or re-review a GitHub PR by number in an isolated worktree.
  • Conflict Resolution: Iteratively resolve conflicts, fix code, test, typecheck, and re-review until the PR is merge-ready.
  • Use Case: Use this Skill to automatically review a PR, submit approvals or changes requested, and manage labels. It also offers an optional autofix flow to resolve conflicts and ensure the PR is ready for merge.

Quick Start

Run the auto-review-pr skill with the PR number: /auto-review-pr <PR-number>

Frequently Asked Questions about auto-review-pr

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

FAQPage Schema
How do I automate GitHub pull request code reviews?

You can automate GitHub pull request code reviews by running the auto-review-pr command with a specific PR number. The Skill uses the GitHub API to review code in an isolated Git worktree and manage PR labels automatically.

Can I automatically resolve merge conflicts in a GitHub PR?

Yes, you can automatically resolve merge conflicts in a GitHub PR. The Skill iteratively resolves Git conflicts, fixes code, runs tests and typechecks, and re-reviews until the pull request is completely merge-ready.

Do I need the GitHub CLI and Git installed to automate pull request reviews?

Yes, you need both the GitHub CLI (gh) and Git installed. The automated code review and conflict resolution process relies on GitHub API access via gh and local Git commands to operate within an isolated worktree environment.

What is the best way to ensure a pull request is merge-ready before approving?

The best way to ensure a pull request is merge-ready is using an automated review and autofix flow. This process handles conflict resolution, runs required tests, performs typechecks, and submits approvals only when the PR meets merge criteria.

Does automated PR review work in an isolated Git environment?

Yes, automated PR review works in an isolated Git environment. The Skill creates an isolated worktree to review or re-review the specified GitHub pull request number, ensuring local repository states remain clean during conflict resolution.