dispatch

Select the highest-priority backlog/ready issue, label it agent/implementing, and create a feature branch.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/rnwolfe/engram --skill dispatch-rnwolfe
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: dispatch
Source: https://github.com/rnwolfe/engram/tree/main/.claude/skills/dispatch
Command: npx skills add https://github.com/rnwolfe/engram --skill dispatch-rnwolfe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch automates the initial triage and handoff by selecting the top backlog/ready issue, labeling it as agent/implementing, and creating a corresponding feature branch, without performing any implementation.

Core Features & Use Cases

  • Automatic selection of the highest-priority backlog/ready issue.
  • Labeling the issue as agent/implementing and preparing a deterministic branch name.
  • Standalone use to claim an issue for handoff to a human or another agent, with a clear report of the issue number and branch.

Quick Start

Run the /dispatch command to automatically select the top backlog/ready issue, label it, and create the corresponding feature branch.

Frequently Asked Questions about dispatch

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

FAQPage Schema
How do I automatically claim a GitHub issue and create a feature branch?▼

To automatically claim a GitHub issue and create a feature branch, run a dispatch command that selects the top priority backlog/ready issue, applies an agent/implementing label, and prepares a deterministic branch name without writing code.

What is automated issue triage and handoff in a GitHub workflow?▼

Automated issue triage and handoff is the process of selecting the highest-priority backlog/ready issue, labeling it as agent/implementing, and creating a dedicated feature branch to transfer work to a human or another agent.

How do I prepare a feature branch for implementation without writing code?▼

Prepare a feature branch for implementation without writing code by using an automated dispatch tool that claims the target issue and generates a corresponding branch, enforcing a deterministic naming convention for traceability.

Can I use automated dispatch to hand off a claimed issue to another agent?▼

Yes, you can use automated dispatch to hand off a claimed issue to another agent or a human by selecting a backlog/ready issue, labeling it, and outputting a clear report of the issue number and prepared branch.

What labels does automated issue dispatch enforce when claiming backlog issues?▼

Automated issue dispatch enforces specific labels when claiming backlog issues, transitioning issues from a backlog/ready state to an agent/implementing state to prevent duplicate work and ensure traceability.

Does the dispatch skill implement code after creating a feature branch?▼

No, the dispatch skill does not implement code after creating a feature branch, it strictly limits its scope to selecting the ready issue, applying the implementing label, and preparing the branch for downstream development.