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 - Quick Git commit and push with conventional messages

Automatically commit and push changes with conventional commit messages

Tags

Updated: 2026-02-12

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • analyze git status
  • generate commit message
  • commit changes
  • push to remote

Inputs

  • git status
  • staged changes
  • unstaged changes
  • recent commit history
  • current branch

Outputs

  • commit message
  • git commit record
  • pushed changes

Requirements

  • git environment
  • repository access
  • bash tool access
  • haiku model support

Source

  • Spec: SKILL.md
git
version-control
automation
commit
analyze git status
generate commit message
commit changes
push to remote
git status
staged changes
unstaged changes
commit message
git commit record
pushed changes