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-validator - Commit Message Validator for Conventional Commits

Validates commit messages against the Conventional Commits specification

Tags

Updated: 2026-02-11

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • validate commit message format
  • check commit message length
  • parse commit type and scope
  • return validation results
  • provide error suggestions

Inputs

  • commit message string
  • git repository
  • pre-commit hook
  • CI/CD pipeline

Outputs

  • validation status JSON
  • error messages
  • format suggestions
  • pre-commit rejection

Requirements

  • Haiku model
  • Read tool access
  • Grep tool access
  • Bash tool access
  • Git repository

Source

  • Spec: SKILL.md
git
validation
commits
quality
automation
validate commit message format
check commit message length
parse commit type and scope
return validation results
commit message string
git repository
pre-commit hook
validation status JSON
error messages
format suggestions