gitmoji-commits

Installation
SKILL.md

Gitmoji Commits

Create clean, intentional commits with the right emoji and scope.

Workflow (use in order)

  1. Inspect working tree

    • Run: git status --short and git diff --stat
    • Identify file groups by intent (feature, fix, docs, tests, config).
  2. Plan commit boundaries

    • Split unrelated work into separate commits.
    • Use git add -p for mixed files.
  3. Choose emoji (core-first)

    • Preferred: bash scripts/gitmoji_selector.sh --emoji-only "<change summary>"
    • If unsure/rare case: consult references/gitmoji-guide.md.
Installs
32
First Seen
Feb 9, 2026