autonomous-dispatcher

Automate GitHub issue-to-pull-request workflows by dispatching dev and review agents.

33|12|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/zxkane/autonomous-dev-team --skill autonomous-dispatcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autonomous-dispatcher
Source: https://github.com/zxkane/autonomous-dev-team/tree/main/skills/autonomous-dispatcher
Command: npx skills add https://github.com/zxkane/autonomous-dev-team --skill autonomous-dispatcher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the entire process of turning GitHub issues into merged pull requests, eliminating manual intervention and streamlining development cycles.

Core Features & Use Cases

  • Issue Scanning: Automatically detects GitHub issues labeled 'autonomous'.
  • Agent Dispatching: Spawns dedicated development and review agents to handle tasks.
  • Workflow Management: Manages dependencies, retries, and stale process detection.
  • Use Case: A developer creates an issue with the 'autonomous' label. The dispatcher identifies it, assigns a dev agent to implement the feature, and once complete, assigns a review agent. Upon successful review, the PR is automatically merged.

Quick Start

Run the autonomous dispatcher skill to scan for pending GitHub issues.

Frequently Asked Questions about autonomous-dispatcher

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

FAQPage Schema
How do I automate the GitHub issue to PR workflow?

To automate the GitHub issue to PR workflow, this dispatcher scans for issues labeled 'autonomous' and assigns dev agents to implement features, followed by review agents to merge pull requests without manual intervention.

What is the best way to manage autonomous pull request lifecycle and issue tracking?

Managing the autonomous pull request lifecycle involves dispatching specialized agents that handle task dependencies, retry logic, and concurrency limits to ensure an unattended development pipeline from issue creation to PR merge.

How does the autonomous dispatcher handle stale processes and task dependencies?

The autonomous dispatcher handles stale processes and task dependencies by managing workflow logic natively, detecting inactive tasks, and applying retry mechanisms to ensure continuous progress on GitHub pull requests.

Can I use agent dispatching for CI/CD automation on specific GitHub issues?

Yes, you can use agent dispatching for CI/CD automation by labeling specific GitHub issues with 'autonomous', which triggers dedicated development and review agents to handle the implementation and merging automatically.

Do I need to manually trigger the GitHub issue scanning process for developer workflow automation?

No, you do not need to manually trigger GitHub issue scanning for developer workflow automation. Running the dispatcher automatically scans for pending issues labeled 'autonomous' to initiate the unattended pipeline.