git-cmsg
Installation
SKILL.md
Git Commit Message Generator
Automatically stage all changes, let LLM judge if new files are safe to commit, then generate Conventional Commits format commit messages in Chinese.
When to Use
- User wants to commit code changes
- User asks to generate a commit message
- User mentions "提交", "commit", "commit message"
Conventional Commits Specification
Format:
<type>(<scope>): <subject>
<body>