pr-orchestrate

Orchestrate the post-session PR lifecycle from push through post-merge sync.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/leuzeus/aidn --skill pr-orchestrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-orchestrate
Source: https://github.com/leuzeus/aidn/tree/main/tests/fixtures/repo-installed-core/.codex/skills/pr-orchestrate
Command: npx skills add https://github.com/leuzeus/aidn --skill pr-orchestrate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate the session PR lifecycle after close-session: push, open PR, track review, and enforce post-merge sync.

Core Features & Use Cases

  • Automates the PR lifecycle after a closed session: pushing the session branch, creating or updating a PR, tracking review status, and coordinating post-merge synchronization.
  • Keeps the session artifact and runtime state in sync with PR metadata to avoid drift across cycles.
  • Enforces safety guardrails by avoiding automatic merges unless explicitly requested or supported.

Quick Start

Trigger the PR orchestration after a closed session by invoking the skill with the session artifact and confirming the PR workflow steps.

Frequently Asked Questions about pr-orchestrate

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

FAQPage Schema
How do I automate the git PR lifecycle after closing a development session?

To automate the PR lifecycle after a closed session, you push the session branch, create or update a PR, track review status, and coordinate post-merge synchronization. This prevents state drift between session artifacts and PR metadata.

What is PR orchestration for session management in software development workflows?

PR orchestration for session management identifies and manages the full PR lifecycle after a session closes. It enforces push, PR creation, review tracking, and post-merge sync to keep session artifacts and runtime state aligned.

Does PR orchestration support automatic merges during code review tracking?

PR orchestration enforces safety guardrails by avoiding automatic merges unless explicitly requested or supported. It tracks review status and coordinates post-merge sync without forcing unintended code integration.

How do I keep session artifacts and runtime state in sync with PR metadata?

Keeping session artifacts and runtime state in sync with PR metadata is achieved through deterministic orchestration and runtime hooks. This prevents drift across development cycles by explicitly managing push, PR creation, and post-merge actions.

Can I trigger PR workflow orchestration without explicit dependencies?

Yes, you can trigger PR workflow orchestration without explicit dependencies by invoking the skill with the session artifact and confirming the PR workflow steps. It uses runtime hooks and explicit actions to manage the lifecycle.