Skill Detail
Orchestrate parallel coding agents with autonomous CI and review handoff using Agent Orchestrator
Start one supervisor for a repository, fan work out across isolated worktrees, and route CI failures or review comments back to the right agent automatically.
CI/CD IntegrationsMulti-Framework
CI/CD Integrations
Multi-Framework
Published
β 6.3k GitHub stars
β¬ 3.9k/wk npm
COPY SKILL INSTRUCTIONS (OPTIONAL)
npx skills add agentskillexchange/skills --skill orchestrate-parallel-coding-agents-with-autonomous-ci-and-review-handoff-using-agent-orchestrator
Uses the third-party skills CLI, not an ASE-owned installer. Check your agent’s compatibility. This copies instructions; complete the upstream tool setup below separately.
At a glance
Tools required
Node.js 20+, Git 2.25+, tmux, GitHub CLI
Install & setup
Install the CLI with
npm install -g @aoagents/ao, then run ao start <repo> from a local repository or GitHub URL and adjust agent-orchestrator.yaml if you need custom runtimes, agents, or reaction rules.Author
Composio
Publisher
Organization
Last updated
Apr 16, 2026
Quick brief
Use Agent Orchestrator when one coding agent session is not enough and the real job is supervising many parallel repo workers with clean branch isolation and feedback routing. The tool launches an orchestrator that spawns agent workers, assigns each one its own worktree and PR lane, then feeds CI failures and review comments back into the correct loop. The scope boundary is strong: this is not a generic dashboard or coding-agent marketplace, it is a concrete multi-agent repo execution workflow with autonomous handoff around PRs and CI.