git-commit
Installation
SKILL.md
Git Commit
Rules
- Never add
Co-Authored-Bylines to commit messages - Never mention Claude, AI, agent, copilot, or any automated tooling
- Never commit two unrelated changes together. Commits should be atomic.
- Commits must look like they were written by a human developer
Format
type(scope): subject
body (optional)
- subject: lowercase, imperative mood, no period, max 72 chars
- body: wrap at 72 chars, explain why not what, separated by blank line
Related skills