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-helper - Generate conventional commit messages from git diffs

Creates structured commit messages following conventional commit format based on staged changes

Tags

Updated: 2026-02-12

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • run git diff --staged
  • analyze file changes
  • identify commit types
  • generate summary line
  • create detailed description
  • list affected components

Inputs

  • git repository
  • staged changes
  • git diff output

Outputs

  • commit message
  • conventional commit format
  • structured documentation

Requirements

  • Git installation
  • write access to repository

Source

  • Spec: SKILL.md
git
version control
commit messages
development workflow
run git diff --staged
analyze file changes
identify commit types
generate summary line
git repository
staged changes
git diff output
commit message
conventional commit format
structured documentation