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.

commit - Smart Git Commit Workflow

Protected git commit workflow with auto-rebase and conventional commit messages

Tags

Updated: 2026-03-21

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • run git commands
  • check current branch
  • detect protected branch
  • create feature branch
  • fetch remote changes
  • rebase onto base branch
  • stage changed files
  • exclude secret files
  • write commit message
  • create git commit
  • push to origin
  • handle conflicts

Inputs

  • Git repository

Outputs

  • Feature branch
  • Git commit with conventional message
  • Pushed changes to origin
  • Conflict information

Requirements

  • Claude Code environment
  • Bash tool
  • Read tool
  • Grep tool
  • AskUserQuestion tool
  • Git repository
  • Command-line interface

Source

  • Spec: SKILL.md
git
version control
commit
branch protection
conventional commits
rebase
workflow
run git commands
check current branch
detect protected branch
create feature branch
Git repository
Feature branch
Git commit with conventional message
Pushed changes to origin