pr-merge-orchestrator

Coordinate pull request lifecycle from review through merge with mandatory gates.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/s3nex-com/sdlc-skills-library --skill pr-merge-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-merge-orchestrator
Source: https://github.com/s3nex-com/sdlc-skills-library/tree/main/skills/phase2/pr-merge-orchestrator
Command: npx skills add https://github.com/s3nex-com/sdlc-skills-library --skill pr-merge-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The manual, error-prone PR lifecycle is centralized and enforced by this skill, ensuring gates and approvals are completed before merging.

Core Features & Use Cases

  • Automates PR lifecycle tasks including description generation, reviewer assignment, gate checks, and merge coordination.
  • Integrates with code-review-quality-gates, release-readiness, and security-audit-secure-sdlc to maintain compliance across releases.
  • Use Case: When a feature is ready, run the orchestrator to generate PR details, assign reviewers, validate gates, merge, tag releases, and log outcomes.

Quick Start

Initiate the pre-merge orchestration for a ready-to-review PR.

Frequently Asked Questions about pr-merge-orchestrator

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

FAQPage Schema
How do I automate pull request merges with mandatory gate checks?

Automating pull request merges involves coordinating the entire lifecycle from ready-to-review through merged, enforcing mandatory pre-merge gate checks and coordinated approvals before completing the merge.

What is the best way to coordinate PR approvals across multi-repo workflows?

Coordinating PR approvals across multi-repo workflows requires a centralized orchestration process that manages reviewer assignment, validates governance gates, and logs outcomes across all linked repositories.

How does PR merge orchestration handle release tagging and post-merge logging?

PR merge orchestration handles release tagging and post-merge logging by applying repository workflows that trigger these actions immediately after a validated merge is completed across the pipeline.

Can I enforce security audit gates before merging a pull request?

Yes, you can enforce security audit gates before merging by integrating security-audit-secure-sdlc checks into the pre-merge workflow, ensuring compliance is validated prior to merge coordination.

Does PR merge orchestration work with code review quality gates?

PR merge orchestration works directly with code-review-quality-gates to maintain governance, ensuring all code review standards and release readiness criteria are met before allowing a merge.

Why do pull request lifecycle tasks fail without merge coordination?

Pull request lifecycle tasks fail without merge coordination because manual processes skip mandatory pre-merge gates, leading to error-prone releases that lack enforced approvals and compliance validation.