FradSer/dotclaude
gitflow
January 24, 2026
Select agents to install to:
npx add-skill https://github.com/FradSer/dotclaude/blob/main/gitflow/skills/start-hotfix/SKILL.md -a claude-code --skill start-hotfixInstallation paths:
.claude/skills/start-hotfix/## 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 in `./references/naming-rules.md`. 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.