generate-git-commit-message

Installation
SKILL.md

Generate Git Commit Message

指导如何生成符合格式的git提交消息

何时使用此技能

  1. when user say : "commit"
  2. 执行git commit之前

Format Requirement

The commit message MUST follow this exact format: <emoji> <type>(<scope>): <subject>

Emoji Mapping Strategy

Use the following mapping for types and emojis:

  • feat: ✨ (sparkles) -> for new features
  • fix: 🐛 (bug) -> for bug fixes
  • docs: 📝 (memo) -> for documentation changes
Related skills

More from cruldra/skills

Installs
1
Repository
cruldra/skills
First Seen
Apr 13, 2026