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 --worktree or -w to create a git worktree instead of a regular branch

Examples:

Installs
31
First Seen
May 12, 2026
branch — lgtm-hq/ai-skills