Skill Detail

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.

CI/CD IntegrationsMulti-Framework
CI/CD Integrations Multi-Framework Security Reviewed
⭐ 83 GitHub stars ⬇ 118/wk npm
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill gate-ai-generated-pull-requests-with-evidence-checks-and-quality-barriers-using-swarm-orchestrator Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Node.js 20+, Git, and at least one supported agent CLI such as GitHub Copilot CLI, Claude Code, or Codex.
Install & setup
Install with npm install -g swarm-orchestrator, then authenticate at least one supported agent CLI before running swarm bootstrap or swarm demo.
Author
moonrunnerkc
Publisher
Individual
Last updated
Apr 22, 2026
Quick brief

Swarm Orchestrator is a concrete CI workflow for AI-generated code, not a generic coding-agent listing. It launches supported coding agents on isolated branches, captures transcripts, cross-checks claims like test success or commits against the real filesystem and git state, retries failures with targeted repair strategies, and only allows changes forward once verification and quality gates succeed.

How it works

What this skill actually does

Use it when you want agents to produce implementation work but you do not want to trust their output blindly. This is the right fit when the job is to orchestrate parallel agent runs, inspect evidence, and gate merges with reviewable reports before code reaches the main branch. The scope boundary is the merge-governance workflow itself, not the underlying agent CLIs.