Agent Skills
› FradSer/dotclaude
› start-hotfix
start-hotfix
GitHub基于 git-flow 规范启动生产环境热修复分支,支持版本参数或自然语言描述。适用于紧急修复关键 Bug 场景,确保代码流程合规。
Trigger Scenarios
用户要求开始热修复
创建热修复分支
修复严重错误
执行 git flow hotfix start
Install
npx skills add FradSer/dotclaude --skill start-hotfix -g -y
SKILL.md
Frontmatter
{
"name": "start-hotfix",
"model": "haiku",
"description": "Begins a hotfix for a production issue using git-flow. This skill should be used when the user asks to \"start a hotfix\", \"create hotfix branch\", \"fix a critical bug\", \"git flow hotfix start\", or wants to begin a hotfix. Accepts either an explicit version or a natural-language description of the fix.",
"allowed-tools": [
"Bash(git:*)",
"Read",
"Write"
],
"argument-hint": "[version or description]",
"user-invocable": true,
"disable-model-invocation": true
}
Workflow Execution
Launch a general-purpose agent that executes the start-hotfix workflow.
Follow the pipeline in ../../references/gitflow-start-pipeline.md:
- Workflow Type:
hotfix - Arguments:
$ARGUMENTS
Version History
- 6f2a0b2 Current 2026-08-20 10:58


