create-branch

Installation
SKILL.md

Create Branch

Create a git branch with the correct type prefix and a descriptive name following Sentry conventions.

Step 1: Get the Username Prefix

Run gh api user --jq .login to get the GitHub username.

If the command fails (e.g. not authenticated), ask the user for their preferred prefix.

Step 2: Determine the Branch Description

If $ARGUMENTS is provided, use it as the description of the work.

If no arguments, check for local changes:

git diff
git diff --cached
Related skills
Installs
1
GitHub Stars
435
First Seen
7 days ago