git-commit
✓A skill for writing Git commit messages. It follows rules combining Conventional Commits and Gitmoji to maintain a consistent commit history.
Installation
SKILL.md
Utilize this skill when writing Git commit messages to apply Conventional Commits rules and Gitmoji.
Check the staged changes using the git diff --staged command.
| ✨ | :sparkles: | feat | Add a new feature | | 🐛 | :bug: | fix | Fix a bug | | 📝 | :memo: | docs | Add or update documentation | | 🎨 | :art: | style | Code formatting, structural improvement | | ♻️ | :recycle: | refactor | Code refactoring | | ✅ | :whitecheckmark: | test | Add or update test code |
A skill for writing Git commit messages. It follows rules combining Conventional Commits and Gitmoji to maintain a consistent commit history. Source: datamktkorea/agent-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/datamktkorea/agent-skills --skill git-commit- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is git-commit?
A skill for writing Git commit messages. It follows rules combining Conventional Commits and Gitmoji to maintain a consistent commit history. Source: datamktkorea/agent-skills.
How do I install git-commit?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/datamktkorea/agent-skills --skill git-commit Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/datamktkorea/agent-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01