conventional-commits

Originally frombastos/skills
Installation
SKILL.md

Conventional Commits

Format all commit messages according to the Conventional Commits specification. This enables automated changelog generation, semantic versioning, and better commit history.

Format Structure

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

Commit Types

Required Types

  • feat: - A new feature (correlates with MINOR in Semantic Versioning)
Related skills

More from jackjin1997/clawforge

Installs
29
GitHub Stars
8
First Seen
Feb 16, 2026