clean-commits

Installation
SKILL.md

Clean Commits

Overview

Every commit is atomic, descriptive, and leaves code in a working state.

Core principle: Anyone should be able to checkout any commit and have working code.

Announce at use: "I'm committing with a descriptive message following clean-commits standards."

Commit Message Format

Structure

[type](scope): Short description (max 72 chars)

[Optional body - what and why, not how]
Installs
22
GitHub Stars
11
First Seen
Jan 24, 2026
clean-commits — troykelly/claude-skills