Commit Style

Write commit messages following the conventional commits specification. Use when committing changes or reviewing commit history style.

rtwsvj f1f697d 400 B Updated

File contents

Commit Style

Format every commit message as type(scope): subject.

  • Allowed types: feat, fix, docs, refactor, test, chore.
  • Subject in imperative mood, no trailing period, max 72 chars.
  • Body explains why, not what.

rtwsvj/skill-switch/tree/main/tests/fixtures/home-basic/.claude/skills/commit-style commit f1f697d332

Frequently asked questions

npx skillmds@latest add rtwsvj/commit-style