Start Issue — Git skill for Claude Code
Open a worktree for a GitHub issue and read the issue into the session.
How to install Start Issue
Installs to ~/.claude/commands/itsemilyjpg-clawdeen-start-issue.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ItsEmilyJpg/clawdeen/HEAD/.claude/commands/start-issue.md -o ~/.claude/commands/itsemilyjpg-clawdeen-start-issue.md Restart Claude Code, or start a new session, for it to be picked up.
What Start Issue does
description: Open a worktree for a GitHub issue and read the issue into the session argument-hint:
Start work on issue #$1 of this repository.
Before anything is created
Read the issue and find out whether somebody is already on it. Both, before touching the disk.
gh issue view $1 --json number,title,state,body,labels,assignees
git worktree list
git branch --list "*$1*"
An issue on this board is usually already running somewhere: a branch named after it
Alternatives in Git
- Git Worktree Docs Issue: Dependency Installation — GitHub — Community feedback on official docs with full worktree lifecycle walkthrough 81.1k ★
- Gh Address Comments — Address review and issue comments on open GitHub PRs via CLI 14.6k ★
- Maintainers — Jarrod Watts (https://github.com/jarrodwatts) If you are interested in becoming a maintainer, open an issue to 10.9k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Session Daily
Start your daily development session — shows git status, open TODOs, and health summary
Worktree Add
Add a new git worktree from branch name or issue URL, copy settings, install deps, and open in current IDE
Ship Issue
Take one or more GitHub issues/stories from open → reviewed PR (→ merged, opt-in) autonomously — worktree, sub
Issue Autofix
Autofix one queued GitHub issue — in an isolated git worktree off main, implement the smallest fix, conflict-c
Process Issues
Drain the open issue queue with parallel worktree subagents into an integration branch, gate the combined bran
Session Status
The same Pyramid-Principle brief scoped to the current session - same PO, PM or BA audience and three axes, so
Related Agents
Repo Sweeper
Read-only mechanical sweeps — PR and CI status across many PRs, worktree/branch leftovers, issue states, path
Parallel Worker
Executes parallel work streams in a git worktree. This agent reads issue analysis, spawns sub-agents for each
Code Author
Developer worker. Runs the project's implement-issue or fix-pr skill in a clean context and returns the PR num