skills/git-rename-branch/SKILL.md
{{ ƔƔƔ }} Rename branch if needed
npx skillsauth add jasonwarrenuk/goblin-mode git-rename-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.
git branch --show-currentgit log main..HEAD --oneline to see commitsgit diff main..HEAD --name-only to see changed files<prefix>/<short-description> convention?<prefix>/<short-description> — all lowercase, hyphens, imperative mood (add-feature not adds-feature or adding-feature)git branch -m <new-name>git push origin HEAD:<new-name> then git push origin --delete <old-name>git branch --set-upstream-to=origin/<new-name>documentation
{{ 𝛀𝛀𝛀 }} Review a pull request and post a comment
development
{{ ƔƔƔ }} Generate an HTML dashboard showing the current state of a project roadmap.
tools
{{ 𝛀𝛀𝛀 }} Review a pull request
development
{{ 𝛀𝛀𝛀 }} Investigate a codebase in detail