LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

git-flow - Git Workflow Branching Strategies Guide

Guide Git branching strategies, naming conventions, and merge operations

Tags

Updated: 2026-03-20

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • check unmerged branches
  • synchronize latest code
  • create feature branch
  • create fix branch
  • create hotfix branch
  • merge branches
  • resolve merge conflicts
  • detect configuration
  • recommend strategy

Inputs

  • Git repository
  • CONTRIBUTING.md
  • deployment frequency

Outputs

  • named branches
  • merged branch
  • resolved conflicts
  • configuration recommendation

Requirements

  • Git version control
  • Git repository
  • CONTRIBUTING.md

Source

  • Spec: SKILL.md
git
version control
branch
merge
workflow
gitflow
github flow
check unmerged branches
synchronize latest code
create feature branch
create fix branch
Git repository
CONTRIBUTING.md
deployment frequency
named branches
merged branch
resolved conflicts