·conventional-commits
</>

conventional-commits

enderpuentes/ai-agent-skills

Generate and validate commit messages following the Conventional Commits specification. Use when creating git commits, writing commit messages, reviewing commit history, generating changelogs, or when the user mentions commits, commit messages, semantic versioning, or changelog generation.

9Installs·0Trend·@enderpuentes

Installation

$npx skills add https://github.com/enderpuentes/ai-agent-skills --skill conventional-commits

SKILL.md

Conventional Commits is a specification for commit messages that provides an explicit structure for creating a clear commit history. It enables automated tools for generating changelogs, determining semantic version bumps, and communicating changes effectively.

Core Principle: Every commit message follows a structured format that clearly communicates the type and scope of changes.

| Type | ✅ Yes | feat, fix, or custom | Indicates the nature of the change | | Scope | ❌ Optional | Parentheses: (parser) | Provides additional context | | Breaking | ❌ Optional | ! after type/scope | Indicates breaking changes | | Description | ✅ Yes | Short summary | Brief description of the change |

Generate and validate commit messages following the Conventional Commits specification. Use when creating git commits, writing commit messages, reviewing commit history, generating changelogs, or when the user mentions commits, commit messages, semantic versioning, or changelog generation. Source: enderpuentes/ai-agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

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

Quick answers

What is conventional-commits?

Generate and validate commit messages following the Conventional Commits specification. Use when creating git commits, writing commit messages, reviewing commit history, generating changelogs, or when the user mentions commits, commit messages, semantic versioning, or changelog generation. Source: enderpuentes/ai-agent-skills.

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/enderpuentes/ai-agent-skills --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/enderpuentes/ai-agent-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01