Agent Skills
› FradSer/dotclaude
› start-release
start-release
GitHub基于 git-flow 规范启动新版本发布流程,支持显式版本号或自然语言描述,通过执行参考流水线完成发布分支创建与准备。
Trigger Scenarios
用户要求开始版本发布
用户请求创建发布分支
用户希望准备新版本
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


