gitmoji
Installation
SKILL.md
Select Gitmoji for Commit Messages
Semantic gitmoji selection for commit messages. Reads gitmoji index, analyzes commit message, selects appropriate emoji prefix. Augments /commit workflow.
Execution Protocol
1. Read Gitmoji Index
Index: Read skills/gitmoji/cache/gitmojis.txt (~75 entries, format: emoji - name - description)
If index missing, run: skills/gitmoji/scripts/update-gitmoji-index.sh
2. Analyze Commit Message
Understand semantic meaning:
- Type: bug fix • feature • docs • refactor • performance • config • test • deps
- Scope: code structure • dependencies • security • CI • architecture
- Impact: critical hotfix • breaking change • minor update • WIP