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 - Create Git Commits Following Conventional Commit Standards

Creates well-formatted Git commits following the conventional commits specification

Tags

Updated: 2026-02-12

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • check git status
  • review staged changes
  • suggest files to stage
  • generate conventional commit messages

Inputs

  • git repository
  • modified files
  • commit type

Outputs

  • git commit record

Requirements

  • Bash environment
  • Git installed

Source

  • Spec: SKILL.md
git
version control
commit
check git status
review staged changes
suggest files to stage
generate conventional commit messages
git repository
modified files
commit type
git commit record