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/data/start-hotfix

SKILL.md

Phase 1: Start Hotfix

Goal: Create hotfix branch using git-flow-next CLI.

Actions:

  1. Run git flow hotfix start $ARGUMENTS
  2. Update version in project files (package.json, Cargo.toml, VERSION, etc.)
  3. Commit version bump: chore: bump version to $ARGUMENTS with Co-Authored-By footer
  4. Push the branch: git push -u origin hotfix/$ARGUMENTS

Didn't find tool you were looking for?

Be as detailed as possible for better results