create-feature-branch
Installation
SKILL.md
Create Feature Branch
Create a new feature branch for the user's next task in the intended repository.
Quick start
- Confirm the target repository root unless the calling workflow already resolved it.
- Ask what feature the branch should represent unless the user already gave a clear branch name.
- Turn the answer into a short branch name such as
feature/<name>. - Switch into the target repository root with
Push-Location/Pop-Locationor an equivalent directory stack. - Update the local
mainbranch to the latest state and create the new branch there.