conventional-commit

Installation
SKILL.md

Conventional Commit

Follow the Conventional Commits specification for all commits.

Preconditions

Validate branch

Run git rev-parse --abbrev-ref HEAD.

If on main or master, stop and ask the user to create a feature branch.

Branch names should follow: <TICKET_PREFIX>-<number>-<kebab-case-description> (e.g., ENG-1333-migrate-review-flow). If invalid, ask the user to rename the branch.

Conventional Commits Spec

The commit message format:

Related skills

More from yonderlab/kota.agent.skills

Installs
16
First Seen
Feb 16, 2026