--- name: git-commit-helper description: Generate conventional commit messages automatically. Use when user runs git commit, stages changes, or asks for commit message help. Analyzes git diff to create clear, descriptive conventional commit messages. Triggers on git commit, staged changes, commit message requests. allowed-tools: Bash, Read --- # Git Commit Helper Skill Generate conventional commit messages from your git diff. ## When I Activate - ✅ `git commit` without message - ✅ User asks "what should my commit message be?" - ✅ Staged changes exist - ✅ User mentions commit or conventional commits - ✅ Before creating commits ## What I Generate ### Conventional Commit Format ``` ():