clean-commit
Installation
SKILL.md
Clean Commit
Create clean, atomic commits that follow the project's conventions. One logical change per commit.
Do not include references to Claude or AI in commit messages. Do not add Co-Authored-By lines or AI attribution signatures.
Commit Format
Use the project's commit format if defined under ## Commit conventions in CLAUDE.md.
If no project format is specified, use conventional commits:
<type>(<scope>): <short description>
<optional body explaining why>
<optional footer with ticket references>