AI AGENT ADDONS
Git & Pull Requests
1,274installs

You can create a new git branch safely and link it to a GitHub issue. The tool checks your branch name for mistakes and adds the right prefix like feature/ or bugfix/. It also looks for duplicate branches so you don't accidentally overwrite work.

If you give an issue number, it uses the GitHub CLI to create a branch tied to that issue. This helps your team track changes better. The command even matches the language style of your project, like US or UK English.

Everything runs from your terminal with simple commands. You get clear feedback at each step, from checking your repo status to pushing the new branch.

Add Create Branch skill to your workflow

Global

mkdir -p ~/.claude/skills/create-branch

Project

mkdir -p .claude/skills/create-branch

Source Repository

Stars
0
Forks
1
Watchers
0
License
MIT
Last Push
2 months ago
Created
7 months ago