·conventional-commits
</>

conventional-commits

dgalarza/claude-code-workflows

This skill should be used when creating Git commits to ensure they follow the Conventional Commits specification. It provides guidance on commit message structure, types, scopes, and best practices for writing clear, consistent, and automated-friendly commit messages. Use when committing code changes or reviewing commit history.

12Installs·2Trend·@dgalarza

Installation

$npx skills add https://github.com/dgalarza/claude-code-workflows --skill conventional-commits

SKILL.md

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

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.

style - Changes that don't affect code meaning (formatting, whitespace)

This skill should be used when creating Git commits to ensure they follow the Conventional Commits specification. It provides guidance on commit message structure, types, scopes, and best practices for writing clear, consistent, and automated-friendly commit messages. Use when committing code changes or reviewing commit history. Source: dgalarza/claude-code-workflows.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/dgalarza/claude-code-workflows --skill conventional-commits
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is conventional-commits?

This skill should be used when creating Git commits to ensure they follow the Conventional Commits specification. It provides guidance on commit message structure, types, scopes, and best practices for writing clear, consistent, and automated-friendly commit messages. Use when committing code changes or reviewing commit history. Source: dgalarza/claude-code-workflows.

How do I install conventional-commits?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dgalarza/claude-code-workflows --skill conventional-commits Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/dgalarza/claude-code-workflows