Git Flow Helper

# Git Flow Helper

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Git Flow Helper" with this command: npx skills add honestqiao/git-flow-helper

Git Flow Helper

智能 Git 操作助手,帮助处理分支、合并、冲突等。

功能

  • 分支管理
  • 智能合并
  • Cherry-pick
  • 清理已合并分支
  • Rebase 辅助

触发词

  • "git操作"
  • "git命令"
  • "git flow"

命令示例

# 创建分支
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: 清理已合并分支

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

GitAssist AI-Powered Git Workflow Helper

Generate commit messages from diffs, write PR descriptions, create changelogs, suggest branch names. Every git workflow, automated.

Registry SourceRecently Updated
4690Profile unavailable
General

Prompt Git

Git for your prompts. Track every change, diff versions, rollback mistakes, never lose a good prompt again. All local, zero dependencies, works offline.

Registry SourceRecently Updated
3120Profile unavailable
Automation

Working Tree Governor

Govern dirty git working trees by classifying runtime noise vs real source changes, defaulting to selective staging, verifying staged scope, and asking the o...

Registry SourceRecently Updated
810Profile unavailable
Automation

Power User Pack

Bundle for power OpenClaw users: memory-stack-core, session-wrap-up-premium, agent-harness-doctor, and git-workflows-advanced. Save 27% vs buying individually.

Registry SourceRecently Updated
880Profile unavailable