gitmoji-commits
Installation
SKILL.md
Gitmoji Commits
Create clean, intentional commits with the right emoji and scope.
Workflow (use in order)
-
Inspect working tree
- Run:
git status --shortandgit diff --stat - Identify file groups by intent (feature, fix, docs, tests, config).
- Run:
-
Plan commit boundaries
- Split unrelated work into separate commits.
- Use
git add -pfor mixed files.
-
Choose emoji (core-first)
- Preferred:
bash scripts/gitmoji_selector.sh --emoji-only "<change summary>" - If unsure/rare case: consult
references/gitmoji-guide.md.
- Preferred: