skills/branch/SKILL.md
Create an appropriately named git branch based on current uncommitted changes in the worktree
npx skillsauth add stevenmburns/dot-claude-files branchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Look at the current uncommitted changes and create an appropriately named git branch.
git diff and git status to understand what has changedgit checkout -b <branch-name> to create and switch to the branchDo not ask for confirmation — just pick the best name and create the branch. Report the branch name you chose and why.
tools
Scan open GitHub issues, flag duplicates, and summarize with suggested priorities
testing
Interactively clean up the current branch's commits (squash fixups, reword sloppy messages, reorder, drop) before merging — especially important on repos using rebase-merge where every branch commit lands on main verbatim
tools
Analyze the changes in the current PR and suggest a more accurate title if the current one no longer fits
data-ai
Merge the open PR for the current branch into main, delete the branch, and pull main