setup-conventional-commits

Installation
SKILL.md

Setup Conventional Commits

What This Sets Up

  • PreToolUse hook (Bash matcher) that intercepts git commit -m "..." commands
  • Validates commit message format: type(scope): description
  • Replaces commitlint + husky with a zero-dependency Claude Code hook

Commit Format

type(scope): description

[optional body]
  • type (required): feat, fix, refactor, style, test, docs, chore, perf, ci, build, revert
  • scope (required): lowercase identifier in parentheses, e.g. feat(webui):, fix(backend):
  • description (required): lowercase first letter, no trailing period, 5-72 characters
Related skills
Installs
5
GitHub Stars
3
First Seen
Mar 30, 2026