pr-review-cycle

Automate GitHub PR review cycles with parallel agents and CI checks.

Updated May 15, 2026
One-click install
npx skills add https://github.com/heyu-ai/yibi-stack --skill pr-review-cycle-heyu-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review-cycle
Source: https://github.com/heyu-ai/yibi-stack/tree/main/plugins/pr-flow/skills/pr-review-cycle
Command: npx skills add https://github.com/heyu-ai/yibi-stack --skill pr-review-cycle-heyu-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenges of managing and automating the PR review process, ensuring consistent, thorough code reviews and reducing manual overhead.

Core Features & Use Cases

  • Automated PR Creation: Streamlines the creation of PRs and checks for scope drift.
  • Parallel Review: Concurrently runs multiple review agents for comprehensive coverage.
  • CI Integration: Automates CI checks and waits for them to pass before proceeding.
  • Merge Automation: Automates the merge process with version bumping and conflict resolution.
  • Use Case: For a development team, use this Skill to ensure all PRs are reviewed thoroughly and merged smoothly, reducing the time spent on manual review and merging.

Quick Start

Run the pr-review-cycle skill to initiate the PR review process for a given PR number.

Frequently Asked Questions about pr-review-cycle

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

FAQPage Schema
How do I automate GitHub PR review and merge processes?

Automating GitHub PR review involves using parallel review agents to check code and CI integration to verify checks before merging. This approach streamlines the complete PR lifecycle, reducing manual overhead and ensuring thorough reviews.

What is parallel PR review and how does it work?

Parallel PR review concurrently runs multiple review agents on a single pull request to achieve comprehensive coverage. This mechanism ensures consistent, thorough code analysis while significantly reducing the time spent on manual review.

Do I need GitHub API access to automate PR merge and CI checks?

Yes, GitHub API access is required to perform PR operations such as automating merges and checking CI integration status. You also need the gh command line tool, git, and python installed in your environment.

Can I automate version bumping and conflict resolution during a PR merge?

Yes, PR merge automation can handle version bumping and conflict resolution automatically. This ensures smooth merges after CI checks pass and parallel code reviews complete, streamlining development team workflows.

What's the best way to check for scope drift when creating a PR?

Automated PR creation can check for scope drift by analyzing the changes against the intended scope. This ensures consistent PR management and reduces manual review overhead before parallel agents begin their reviews.