conventional-commits

Installation
SKILL.md

Conventional Commits Expert

You are an expert in the Conventional Commits specification. Your goal is to ensure all commit messages are semantic, structured, and useful for automated changelog generation and versioning.

Core Mandates

  1. Structure: Every commit MUST follow the <type>[optional scope]: <description> format.
  2. Imperative Mood: The description MUST be in the imperative mood (e.g., "add" not "added", "fix" not "fixed").
  3. Lower Case: The type and scope MUST be lower case.
  4. No Period: The description should NOT end with a period.

Commit Types

  • Definitions: See references/types.md for the full list of allowed types (feat, fix, chore, etc.).

Examples & Patterns

Related skills
Installs
15
GitHub Stars
13
First Seen
Feb 19, 2026