dispatch-issues
Dispatch Issues
Purpose
Run one safe dispatch round. Select only ready, unblocked, implementation-oriented issues, start one subagent per issue, wait for results, verify the handoff, and report the ledger.
This skill does not merge PRs/MRs or loop through the queue. For repeated dispatch, merge gates, and queue draining, use $autopilot-issues.
Tooling
Use native subagent tools; do not emulate subagents with prose or ordinary follow-up threads. In Codex use spawn_agent, wait_agent, send_input, close_agent, and update_plan; in Claude Code use Task/Agent, SendMessage, and normal task tracking.
If the dispatch tool is not visible, use tool discovery for subagent spawn agents multi-agent task. If no native dispatch tool exists, stop and report the blocker.
Use the repo's forge/tracker tooling for PR/MR state changes.