Loading...
Loading...
This skill should be used when the user asks to "finish a hotfix", "merge hotfix branch", "complete hotfix", "git flow hotfix finish", or wants to finalize a hotfix and merge it into main and develop.
npx skill4agent add fradser/dotclaude finish-hotfixhotfix/*${CLAUDE_PLUGIN_ROOT}/references/invariants.md$ARGUMENTSgit branch --show-currenthotfix/git tag --sort=-v:refname | head -1${CLAUDE_PLUGIN_ROOT}/references/changelog-generation.md${CLAUDE_PLUGIN_ROOT}/examples/changelog.mdchore: update changelog for v$VERSIONCo-Authored-Bygit flow hotfix finish $VERSION --tagname "v$VERSION" -m "Release v$VERSION"git branch --show-currentgit push origin main develop --tags