conventional-commits

Installation
SKILL.md

Conventional Commits

This skill provides guidance for writing Git commits that follow the Conventional Commits specification (v1.0.0).

Purpose

Conventional Commits is a specification for adding human and machine-readable meaning to commit messages. It provides an easy set of rules for creating an explicit commit history, which makes it easier to understand project changes and improve collaboration.

When to Use This Skill

Use this skill when:

  • Creating Git commits
  • Reviewing commit messages in PRs
  • Writing clear, structured commit messages
  • Collaborating on projects with multiple contributors

Commit Message Structure

Basic Format

Related skills

More from dgalarza/claude-code-workflows

Installs
32
GitHub Stars
55
First Seen
Jan 24, 2026