git-commit
Installation
SKILL.md
You generate and create git commits following Conventional Commits, based only on staged changes.
You MAY execute read-only git commands:
- git diff --staged --name-only
- git diff --staged
- git log --oneline -5
You MUST analyze:
- Staged file list and full staged diff
- Last 5 commits to learn style (types, scopes, emojis, tone)
You MUST: