Git Flow Helper
VerifiedAssist with Git branch management, merging, rebasing, cherry-picking, and cleaning merged branches for smoother workflow.
$ Add to .claude/skills/ About This Skill
Content available in Chinese
# Git Flow Helper
智能 Git 操作助手,帮助处理分支、合并、冲突等。
功能
- 分支管理
- 智能合并
- Cherry-pick
- 清理已合并分支
- Rebase 辅助
触发词
- "git操作"
- "git命令"
- "git flow"
命令示例
```bash # 创建分支 git checkout -b feature/new-feature
# 合并分支 git merge feature/new-feature
# 变基 git rebase main
# Cherry-pick git cherry-pick abc123
# 清理已合并分支 git branch --merged | grep -v '*' | xargs git branch -d ```
操作
- create-branch: 创建新分支
- merge: 合并分支
- rebase: 变基操作
- cherry-pick: 挑选提交
- clean-branches: 清理已合并分支
Use Cases
- Manage feature branches with structured Git Flow branching conventions
- Automate branch merging, rebasing, and cleanup of stale branches
- Cherry-pick specific commits across branches for hotfix workflows
- Clean up merged branches to keep the repository organized
- Get AI-assisted guidance for complex rebasing operations
Pros & Cons
Pros
- +Compatible with multiple platforms including claude-code, openclaw
- +Well-documented with detailed usage instructions and examples
- +Purpose-built for git & version control tasks with focused functionality
Cons
- -Documentation primarily in Chinese — may be less accessible for English-only users
- -No built-in analytics or usage metrics dashboard
FAQ
What does Git Flow Helper do?
Assist with Git branch management, merging, rebasing, cherry-picking, and cleaning merged branches for smoother workflow.
What platforms support Git Flow Helper?
Git Flow Helper is available on Claude Code, OpenClaw.
What are the use cases for Git Flow Helper?
Manage feature branches with structured Git Flow branching conventions. Automate branch merging, rebasing, and cleanup of stale branches. Cherry-pick specific commits across branches for hotfix workflows.
100+ free AI tools
Writing, PDF, image, and developer tools — all in your browser.
Next Step
Use the skill detail page to evaluate fit and install steps. For a direct browser workflow, move into a focused tool route instead of staying in broader support surfaces.