git-commit
Installation
SKILL.md
Git Commit Message Convention
Utilize this skill when writing Git commit messages to apply Conventional Commits rules and Gitmoji.
When to Use This Skill
Activate this skill in the following situations:
- When committing code changes
- When a commit message format is required
- When you need to maintain a consistent commit history
How to Write Commit Messages
Step 1: Check Staged Changes
Check the staged changes using the git diff --staged command.