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.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add FradSer/dotclaude --skill finish-feature --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Finish Feature?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fradser-finish-feature)More formats (shields.io, HTML) on the badges page.
---
name: finish-feature
allowed-tools: ["Bash(git:*)", "Read", "Write"]
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.
model: haiku
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`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!