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-commit - Git Commit with Intelligent Prefix Selection

Analyzes code changes to select appropriate commit prefixes and create clear, trackable commit messages.

Tags

Updated: 2026-03-09

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • analyze git changes
  • select commit prefix
  • create commit message
  • stage file changes
  • execute git commit
  • split multiple changes

Inputs

  • git repository
  • code changes
  • git status output
  • git diff output

Outputs

  • git commit message
  • git commit execution
  • staged file list

Requirements

  • git installed
  • git repository access
  • bash shell environment

Source

  • Spec: SKILL.md
git
version-control
commit
development
workflow
analyze git changes
select commit prefix
create commit message
stage file changes
git repository
code changes
git status output
git commit message
git commit execution
staged file list