Agent skill

start-hotfix

Start new hotfix branch

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/start-hotfix-fradser-dotclaude

SKILL.md

Your Task

  1. Load the gitflow:gitflow-workflow skill using the Skill tool to access GitFlow workflow capabilities.
  2. Gather context: current branch, existing hotfix branches, latest tag, version files.
  3. Normalize the provided hotfix name from $ARGUMENTS to $HOTFIX_NAME using the normalization procedure defined in the gitflow-workflow skill references (strip hotfix/ prefix if present, convert to kebab-case).
  4. Identify production base branch for the active workflow (usually main for Classic GitFlow, or production for GitLab Flow).
  5. Create or resume hotfix/$HOTFIX_NAME from the production base branch.
  6. Increment patch version (if the repo uses SemVer + tags) and update version files.
  7. Push the branch to origin if newly created.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results