Agent Skills
› FradSer/dotclaude
› finish-feature
finish-feature
GitHub用于完成特性分支的合并流程,将功能分支整合至开发分支,清理过期分支和工作树。适用于用户请求结束或合并特性分支的场景。
Trigger Scenarios
finish a feature
merge feature branch
complete feature
git flow feature finish
Install
npx skills add FradSer/dotclaude --skill finish-feature -g -y
SKILL.md
Frontmatter
{
"name": "finish-feature",
"model": "haiku",
"description": "Finalizes and merges a feature branch into develop using git-flow, then prunes stale branches and worktrees. This skill should be used when the user asks to \"finish a feature\", \"merge feature branch\", \"complete feature\", \"git flow feature finish\", or wants to finalize a feature branch.",
"allowed-tools": [
"Bash(git:*)",
"Read",
"Write"
],
"argument-hint": "[feature-name]",
"user-invocable": true,
"disable-model-invocation": true
}
Workflow Execution
Launch a general-purpose agent that executes the finish-feature workflow.
Follow the pipeline in ../../references/gitflow-finish-pipeline.md:
- Workflow Type:
feature - Arguments:
$ARGUMENTS
Version History
- 6f2a0b2 Current 2026-08-20 10:58


