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
8
GitHub Stars
10
First Seen
Feb 10, 2026
clean-commits — troykelly/codex-skills