📝
DevOps

Conventional Commits

by awattar

Conventional Commits is a DevOps skill for Claude Code, published by awattar in claude-code-best-practices.

250 stars38 forkson awattar/claude-code-best-practicesAdded 2026/09/02+1% in starsRepository updated 2026/05/22
claude-code
Install in seconds
Install Conventional Commits
Copy Conventional Commits into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/awattar/claude-code-best-practices/tree/main/.claude/skills/conventional-commits ~/.claude/skills/conventional-commits

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/awattar/claude-code-best-practices.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/conventional-commits/SKILL.md in awattar/claude-code-best-practices
Installs to
~/.claude/skills/conventional-commits
Collection
The only skill cataloged from this repository
Category
DevOps828 skills

What Conventional Commits does

Conventional Commits enforces the repository's commit message format for git changes. Use it when writing commit messages that need a type prefix, issue reference, and atomic scope.

Conventional Commits is cataloged under DevOps on DirSkills. Conventional Commits comes from a repository tagged claude-code.

Documentation

README

Conventional Commits

When creating any git commit in this repository, follow the project's commit convention. Unlike the /commit command (which the user invokes explicitly), this skill applies automatically whenever a commit message is being authored.

Format

Single-line, when a GitHub issue applies:

<type>: (#<issue_number>) <issue_name> - <description>.

Single-line, when no GitHub issue applies:

<type>: <description>.

Multiline, when the change spans multiple concerns:

<type>: (#<issue_number>) <issue_name>:
- <description_line_1>.
- <description_line_2>.

This is the opening of the README. Read the full README on GitHub.

Commands Conventional Commits provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /commit

Frequently asked about Conventional Commits

  • How does Conventional Commits compare to other DevOps skills?

    Conventional Commits ranks #734 by stars among the 828 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Conventional Commits against them. Open each page to compare what they document and how they install.