Loading...
Loading...
Create feature branches linked to issues with consistent naming conventions. Generates branch names from issue numbers and descriptions, creates the branch, and checks it out. Use when: create branch, new branch, feature branch, branch for issue, start working on issue, branch-create, /branch-create.
npx skill4agent add caldiaworks/caldiaworks-marketplace branch-creategh issue view <number>feature/<issue-number>-<description>git checkout -b <branch-name>