Conventional Commits

Community

Enforce conventional commits for a clean history.

AuthorGolferGeek
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enforces the Conventional Commits specification for all commit messages, improving changelog generation, project history, and collaboration.

Core Features & Use Cases

  • Format enforcement: Type(scope): description is required for every commit.
  • Examples and guidance: Shows common commit types and scopes to help writers craft messages.
  • Flexible structure: Supports optional body and footer for additional context.

Quick Start

Example: git commit -m 'feat(api): add user authentication' (Include a body or footer as needed, e.g. after the main line)

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Conventional Commits
Download link: https://github.com/GolferGeek/orchestrator-ai/archive/main.zip#conventional-commits

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository