Complete and merge feature branch
Completes feature branches by running tests, updating changelogs, and merging with git-flow.
/plugin marketplace add fradser/dotclaude/plugin install gitflow@frad-dotclaudefeature-namehaikufinish-feature/Goal: Determine feature name from current branch or argument.
Actions:
$ARGUMENTS provided, use it as feature namegit branch --show-current (strip feature/ prefix)Goal: Run tests before finishing.
Actions:
Goal: Document changes in CHANGELOG.md.
Actions:
[Unreleased] section per ${CLAUDE_PLUGIN_ROOT}/examples/changelog.mdCo-Authored-By footerGoal: Complete feature using git-flow-next CLI.
Actions:
git flow feature finish $FEATURE_NAMEgit push origin develop