git:branch
Installation
SKILL.md
Input
$ARGUMENTS = optional hint describing the branch purpose, type, or ticket.
Step 1 — Gather Context
Run all of these in parallel:
1a. Working Tree Status
git status --short
Note whether there are uncommitted changes — they will be carried to the new branch (or stashed if needed).
1b. Detect Target Branch Candidates
Related skills