dispatch

Discover, triage, and delegate labeled issues to an Orchestrator agent.

15|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/clonable-eden/cekernel --skill dispatch-clonable-eden
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatch
Source: https://github.com/clonable-eden/cekernel/tree/main/skills/dispatch
Command: npx skills add https://github.com/clonable-eden/cekernel --skill dispatch-clonable-eden

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill automates the discovery, triage, and delegation of open issues labeled ready, streamlining the workflow for parallel processing by an Orchestrator agent.

Core Features & Use Cases

  • Automated Issue Discovery: Finds all open issues with a specified label (defaults to ready).
  • Intelligent Triage: Applies a defined triage protocol to each discovered issue.
  • Orchestrator Delegation: Safely delegates issues to the Orchestrator for parallel execution, ensuring proper environment and agent propagation.
  • Use Case: Automatically process a backlog of development tasks tagged for immediate attention, ensuring efficient distribution to available workers.

Quick Start

Run the dispatch skill to process all open issues with the 'ready' label.

Frequently Asked Questions about dispatch

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

FAQPage Schema
How do I automate triage and delegation of open issues for parallel processing?

Automating issue triage and delegation requires discovering open issues with a specific label and passing them to an Orchestrator agent. This skill manages agent namespace detection, issue locking, and environment variable propagation for sub-agent execution.

Can I batch process development tasks tagged with a ready label?

Yes, you can batch process development tasks tagged with a ready label. The skill defaults to finding all open issues with the ready label and applies a defined triage protocol before delegating them to an Orchestrator agent.

How does an Orchestrator agent handle issue locking and environment propagation?

Orchestrator agent execution handles issue locking and environment propagation by safely delegating issues for parallel processing. It ensures proper environment and agent propagation, managing agent namespace detection and user confirmation during sub-agent execution.

Do I need a specific label to trigger automated issue discovery and triage?

You need a specific label to trigger automated issue discovery, defaulting to ready. The skill discovers all open issues with this specified label, applies triage, and delegates them to an Orchestrator agent for parallel processing.

What is the best way to distribute a backlog of open issues to available workers?

Distributing a backlog of open issues to available workers is best handled by delegating them to an Orchestrator agent for parallel processing. This skill automates the discovery, triage, and delegation of issues tagged for immediate attention.

Are there limitations when using environment variable propagation for sub-agent execution?

Environment variable propagation for sub-agent execution is managed during Orchestrator delegation, but the skill requires user confirmation before processing. It safely manages agent namespace detection and issue locking to prevent conflicts during parallel execution.