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

Assists in creating git commits following Conventional Commits standards

Tags

Updated: 2026-02-13

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Run git status command
  • Fetch latest remote updates
  • Identify current git branch
  • Show existing commits
  • Ask user for branch name
  • Create and switch branches
  • Stage changes with git add
  • Craft commit messages
  • Execute git commit

Inputs

  • Git repository
  • Uncommitted changes
  • Feature branch name
  • Files to stage

Outputs

  • Git commit created
  • New branch created
  • Staged files

Requirements

  • Git installation
  • Existing git repository
  • Not on master/main branch for commits

Source

  • Spec: SKILL.md
Git
Version control
Commit
Conventional commits
Development
Run git status command
Fetch latest remote updates
Identify current git branch
Show existing commits
Git repository
Uncommitted changes
Feature branch name
Git commit created
New branch created
Staged files