autonomous-dispatcher
๐ฏSkillfrom zxkane/autonomous-dev-team
A skill providing a fully automated development pipeline that scans GitHub issues labeled 'autonomous' and dispatches Dev and Review agents to implement features, run tests, perform code review, and merge pull requests without human intervention.
Same repository
zxkane/autonomous-dev-team(5 items)
Installation
npx vibeindex add zxkane/autonomous-dev-team --skill autonomous-dispatchernpx skills add zxkane/autonomous-dev-team --skill autonomous-dispatcher~/.claude/skills/autonomous-dispatcher/SKILL.mdSKILL.md
More from this repository4
A fully automated development pipeline that turns GitHub issues into merged pull requests without human intervention. Supports multiple coding agent CLIs including Claude Code, Codex CLI, Kiro CLI, and Gemini CLI through a pluggable agent abstraction layer.
A fully automated development pipeline that converts GitHub issues labeled "autonomous" into merged pull requests without human intervention. It dispatches a Dev Agent to implement features with tests in an isolated worktree, then hands off to a Review Agent for code review with optional E2E verification.
A fully automated development pipeline that turns GitHub issues into merged pull requests without human intervention. Dispatches Dev and Review agents to implement features with tests in isolated worktrees, supports multiple agent CLIs, and runs on a cron schedule.
A fully automated development pipeline that turns GitHub issues into merged pull requests without human intervention, using a Dev Agent for TDD implementation in isolated worktrees and a Review Agent for code review with E2E verification on a cron schedule.