Delegate Issue banner
edspencer edspencer

Delegate Issue

Git community

Description

--- name: delegate-issue description: Delegate a single GitHub issue to an autonomous Claude Code worker that clones the repo, fixes it, and opens a PR allowed-tools: - Bash - Read - Glob - Grep --- <objective> Delegate a single GitHub issue to an autonomous Claude Code worker. Given one issue number: 1. Fetch the issue details from GitHub and validate it's open 2. Clone the repo into `~/Code/herdctl-issues/issue-<N>/` 3. Create a fix branch and install dependencies 4. Launch a `claude

Installation

Installs to ~/.claude/commands/edspencer-herdctl-delegate-issue.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/edspencer/herdctl/HEAD/.claude/commands/delegate-issue.md -o ~/.claude/commands/edspencer-herdctl-delegate-issue.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository