review-prs

Automate GitHub pull request reviews using the GitHub API and gh.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manages the review process for pull requests by automatically identifying unreviewed pull requests, providing a review queue, and executing a comprehensive review workflow.

Core Features & Use Cases

  • Automated PR Review Queue: Identifies unreviewed pull requests, orders them by creation date, and manages a review queue.
  • Review Workflow Automation: Executes a set of commands for each pull request in the queue, ensuring a standardized review process.
  • Integration with GitHub: Uses GitHub API to fetch pull request information and perform reviews.
  • Conflict and Lock Handling: Respects in-progress locks to prevent duplicate reviews.

Quick Start

Use the review-prs skill to initiate a PR review session by typing: Run review-prs session.

Frequently Asked Questions about review-prs

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

FAQPage Schema
How do I automatically review unreviewed GitHub pull requests?

To automatically review unreviewed GitHub pull requests, this Skill fetches open PRs via the GitHub API, orders them by creation date, and executes a standardized review workflow for each item in the queue.

What is an automated pull request review workflow?

An automated pull request review workflow identifies open PRs lacking reviews, manages a queue ordered by creation date, and executes a standardized command set to provide consistent oversight without manual intervention.

Do I need the gh CLI installed to automate GitHub PR reviews?

Yes, you need the gh CLI installed to automate GitHub PR reviews, as this Skill relies on it to interact with GitHub repositories and fetch pull request details through the GitHub API.

Can I prevent duplicate reviews on pull requests with in-progress locks?

Yes, you can prevent duplicate reviews on pull requests with in-progress locks, as the review workflow specifically respects existing locks to avoid overlapping or redundant automated review processes.

What's the best way to manage a review queue for GitHub pull requests?

The best way to manage a review queue for GitHub pull requests is to use an automated queue that identifies unreviewed PRs, orders them by creation date, and processes each sequentially using the GitHub API.