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 - Git commit creation with project conventions

Create git commits following project-specific conventions and rules

Tags

Updated: 2026-02-11

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • run project tests before committing
  • stage specific files individually
  • review staged changes with git diff
  • create commit with emoji codes
  • write commit message in English
  • use imperative mood in messages

Inputs

  • Git repository
  • modified files
  • project test suite

Outputs

  • Git commit record

Requirements

  • Git installation
  • project repository access

Source

  • Spec: SKILL.md
git
version-control
development
workflow
run project tests before committing
stage specific files individually
review staged changes with git diff
create commit with emoji codes
Git repository
modified files
project test suite
Git commit record