branch
Installation
SKILL.md
Branch
Start work on a new git branch, optionally in a new worktree.
Arguments
Accepts one of the following as arguments:
- Issue number: e.g.,
/branch 123— fetches the issue title and derives the branch name - Description: e.g.,
/branch add shellcheck support— derives the branch name from the text - Worktree flag: append
--worktreeor-wto create a git worktree instead of a regular branch
Examples: