Agent Skills
› FradSer/dotclaude
› start-release
start-release
GitHub用于启动新版本发布,支持 git-flow 流程。当用户请求开始发布、创建发布分支或准备版本时触发,接受显式版本号或自然语言描述。
Trigger Scenarios
start a release
create release branch
prepare a release
git flow release start
Install
npx skills add FradSer/dotclaude --skill start-release -g -y
SKILL.md
Frontmatter
{
"name": "start-release",
"model": "haiku",
"description": "Begins a new version release using git-flow. This skill should be used when the user asks to \"start a release\", \"create release branch\", \"prepare a release\", \"git flow release start\", or wants to begin a new version release. Accepts either an explicit version or a natural-language description of the release.",
"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-release workflow.
Follow the pipeline in ../../references/gitflow-start-pipeline.md:
- Workflow Type:
release - Arguments:
$ARGUMENTS
Version History
- 6f2a0b2 Current 2026-08-20 10:58


