Finalizes a hotfix and merges it into main and develop using git-flow, then prunes stale branches and worktrees. 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.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add FradSer/dotclaude --skill finish-hotfix --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Finish Hotfix?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fradser-finish-hotfix)More formats (shields.io, HTML) on the badges page.
---
name: finish-hotfix
allowed-tools: ["Bash(git:*)", "Read", "Write"]
description: Finalizes a hotfix and merges it into main and develop using git-flow, then prunes stale branches and worktrees. 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.
model: haiku
argument-hint: "[version]"
user-invocable: true
disable-model-invocation: true
---
## Workflow Execution
**Launch a general-purpose agent** that executes the finish-hotfix workflow.
Follow the pipeline in `../../references/gitflow-finish-pipeline.md`:
- **Workflow Type**: `hotfix`
- **Arguments**: `$ARGUMENTS`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!