Conventional Commits

Write, review, and validate commit messages following the Conventional Commits v1.0.0 specification. Use when: (1) crafting a git commit message for any change, (2) reviewing or correcting an existing commit message, (3) choosing the right commit type for a change, (4) deciding how to mark a breaking change, (5) writing multi-line commits with body and footers, or (6) understanding how commits map to SemVer bumps (PATCH/MINOR/MAJOR). Covers all standard types: feat, fix, docs, chore, refactor, perf, test, build, ci, style, revert.

jgamaraalv cdfb2ba 5.4 KB Updated

File contents

jgamaraalv/ts-dev-kit/tree/main/skills/conventional-commits commit cdfb2baf29

Frequently asked questions

npx skillmds@latest add jgamaraalv/conventional-commits