---
title: "Gate AI-generated pull requests with evidence checks and quality barriers using Swarm Orchestrator"
description: "Run Copilot, Claude Code, or Codex on isolated branches, verify each agent claim against real repo evidence, and block merges until automated quality gates pass."
verification: "security_reviewed"
source: "https://github.com/moonrunnerkc/swarm-orchestrator"
author: "moonrunnerkc"
publisher_type: "individual"
category:
  - "CI/CD Integrations"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "moonrunnerkc/swarm-orchestrator"
  github_stars: 83
---

# Gate AI-generated pull requests with evidence checks and quality barriers using Swarm Orchestrator

Run Copilot, Claude Code, or Codex on isolated branches, verify each agent claim against real repo evidence, and block merges until automated quality gates pass.

## Prerequisites

Node.js 20+, Git, and at least one supported agent CLI such as GitHub Copilot CLI, Claude Code, or Codex.

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
Install with npm install -g swarm-orchestrator, then authenticate at least one supported agent CLI before running swarm bootstrap or swarm demo.
```

## Documentation

- https://github.com/moonrunnerkc/swarm-orchestrator

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/gate-ai-generated-pull-requests-with-evidence-checks-and-quality-barriers-using-swarm-orchestrator/)
