What problem does it solve?
It helps you produce clear, consistent, and review-friendly Git commit messages in Chinese while ensuring changes are properly staged and committed.
Core Features & Use Cases
- Structured Chinese Commit Message: Enforces a format with a short summary, optional detailed explanation, and a required Co-Authored-By signature.
- Commit Workflow Automation: Guides you to inspect repo status, review diffs, check recent history for style, stage the right files, and create the commit.
- Safety Guardrails: Reduces the risk of accidentally committing sensitive files and discourages problematic commit options such as amend.
Quick Start
When you ask to commit changes, say: "Use the commit skill to inspect my current Git repo, write a Chinese commit message that follows your rules (including Co-Authored-By), stage the appropriate files, and commit."