pr_orchestrator

Manage GitHub PR lifecycle with CI/CD checks and state transitions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps automate and streamline the PR lifecycle, enhancing collaboration and ensuring a consistent process for code reviews, CI/CD, and merge orchestration.

Core Features & Use Cases

  • PR Detection and Initialization: Automatically detect open PRs and initialize the state management.
  • Automated PR Checks: Perform CI checks, auto-fixes, and conflict detection without manual intervention.
  • Review and Transition: Automate the transition of PR states based on review outcomes and CI statuses.
  • Use Case: Imagine a PR with a failing CI check. This Skill will automatically apply fixes, re-run CI, and transition the PR to the next state, significantly reducing manual effort and speeding up the review process.

Quick Start

Run the 'detect' command to initialize the PR lifecycle management for a specific PR.

Frequently Asked Questions about pr_orchestrator

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

FAQPage Schema
How do I automate GitHub PR lifecycle management and CI/CD checks?

Automate GitHub PR lifecycle management by detecting open PRs, running CI/CD checks, applying auto-fixes, and transitioning PR states based on review outcomes. This reduces manual effort and accelerates the review process.

What is automated PR review and how does it handle failing CI checks?

Automated PR review detects failing CI checks, automatically applies fixes, re-runs the CI pipeline, and transitions the PR to the next state. This minimizes manual debugging and speeds up the merge orchestration process.

Do I need Python and gh installed to automate GitHub PR workflows?

Yes, you need Python, the gh CLI, and git installed to automate GitHub PR workflows. These dependencies provide the necessary environment to execute automated TDD, spec writing, and release management processes.

How do I initialize state management for an open GitHub pull request?

Initialize state management for an open GitHub pull request by running the detect command. This automatically identifies open PRs and sets up the initial state tracking required for automated transitions and CI checks.

Can I automate conflict detection and TDD workflows for engineering teams using GitHub?

Yes, you can automate conflict detection and TDD workflows for engineering teams using GitHub. The system manages the entire PR lifecycle, automatically detecting conflicts and orchestrating test-driven development workflows.