Agent Skills
› FradSer/dotclaude
› finish-hotfix
finish-hotfix
GitHub用于完成 Hotfix 分支的合并流程,包括将其合并至 main 和 develop 分支,并清理过期的分支和工作树。
Trigger Scenarios
finish a hotfix
merge hotfix branch
complete hotfix
git flow hotfix finish
Install
npx skills add FradSer/dotclaude --skill finish-hotfix -g -y
SKILL.md
Frontmatter
{
"name": "finish-hotfix",
"model": "haiku",
"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.",
"allowed-tools": [
"Bash(git:*)",
"Read",
"Write"
],
"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
Version History
- 6f2a0b2 Current 2026-08-20 10:58


