git-commit
Installation
SKILL.md
Contains Hooks
This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.
Git Commit
Cross-Platform AI Agent Skill This skill works with any AI agent platform that supports the skills.sh standard.
Conventional Commit
Generate a conventional commit message following https://www.conventionalcommits.org/en/v1.0.0/ specification and create commits automatically.
Quality Guidelines
CRITICAL: Commit messages must accurately describe ACTUAL changes:
- Read the diff - Base message ONLY on what you see in the diff, not assumptions
- Verify scope - Check which files/modules actually changed before setting scope
- Check breaking changes - Look for removed exports, changed APIs, deleted functions
- No guessing - If unsure about change purpose, ask user rather than assume