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-workflow - Git/GitHub Standard Development Workflow

Defines standard Git and GitHub development processes covering branch strategy, commit rules, PR management, and semantic versioning.

Tags

Updated: 2026-09-17

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Analyze requirements and manage issues
  • Create standard git branches
  • Implement small logical changes
  • Execute tests and record evidence
  • Commit using Conventional Commits
  • Create pull requests using gh
  • Merge pull requests and delete branches

Inputs

  • Issue numbers or task requirements
  • Source codebase

Outputs

  • GitHub issues
  • Git feature branches
  • Conventional commits
  • GitHub pull requests
  • Semantic version tags

Requirements

  • Git CLI
  • GitHub CLI
  • User confirmation for commits and merges

Source

  • Spec: SKILL.md
git
github
workflow
version-control
conventional-commits
pull-request
Analyze requirements and manage issues
Create standard git branches
Implement small logical changes
Execute tests and record evidence
Issue numbers or task requirements
Source codebase
GitHub issues
Git feature branches
Conventional commits