commit-conventions

Installation
SKILL.md

Commit Conventions

Writes commit messages in a consistent format and decomposes large changes into small, dependency-ordered, atomic commits. Every commit is created with a sign-off using git commit -s -m.

Commit Title Format

type(component): message
  • type — one of the five allowed types below.
  • component — the affected module, package, or directory (e.g. auth, api, parser). Prefer the package or directory name. Omit only for changes that touch nothing specific.
  • message — lowercase, imperative mood ("add", not "added"/"adds"), under ~60 characters, no trailing period.
Installs
5
First Seen
Jun 4, 2026
commit-conventions — tomlord1122/tomtom-skill