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 with Conventional Commits

Create a git commit following Conventional Commits specification format

Tags

Updated: 2026-02-23
gitversion-controlcommitconventional-commits

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • run git status
  • run git diff
  • stage specific files
  • create git commit
  • show commit result

Inputs

  • Git repository
  • Changed files
  • Commit scope hint
  • Commit message

Outputs

  • Git commit
  • Commit log entry

Requirements

  • Git installed
  • Bash tool access
  • Read tool access
  • Grep tool access
  • Git repository

Source

  • Spec: SKILL.md
run git status
run git diff
stage specific files
create git commit
Git repository
Changed files
Commit scope hint
Git commit
Commit log entry