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 - Version Control Commit Management

Detects VCS type, enforces atomic commits, validates commit messages before any commit operation

Tags

Updated: 2026-03-23

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Detect VCS type
  • Examine commit history
  • Detect project conventions
  • Stage files selectively
  • Validate commit messages
  • Create commits
  • Review diff
  • Verify atomicity
  • Split commits
  • Check content quality

Inputs

  • Project files
  • Modified files
  • Commit history
  • Commit message text
  • Project directory
  • VCS repository

Outputs

  • Commit message
  • Version control commit
  • Change documentation
  • Validation report

Requirements

  • Version control system (git or jujutsu)
  • Project directory access
  • VCS repository access

Source

  • Spec: SKILL.md
version control
git
jujutsu
commit
VCS
code review
conventional commits
atomic commits
Detect VCS type
Examine commit history
Detect project conventions
Stage files selectively
Project files
Modified files
Commit history
Commit message
Version control commit
Change documentation