git-conventional-commits

Installation
SKILL.md

Git Conventional Commits

Overview

Generate structured commit messages following the Conventional Commits specification. The format is type(scope): description with an optional body and footer. This skill ensures agents produce consistent, parseable commit messages that work with semantic versioning tools, changelogs, and CI pipelines.

When to use

  • The task is to write a conventional commit message for currently staged git changes.
  • The user wants help classifying a change as feat, fix, refactor, docs, and so on.
  • The deliverable is a commit subject/body/footer, not a PR description or changelog.
  • The repository expects or appears compatible with Conventional Commits.

Do NOT use when:

Related skills
Installs
16
GitHub Stars
4
First Seen
Mar 7, 2026