Git Commit Cn

Git Commit CN

sahit-sai 443ac70 3 files · 1003 B Updated

File contents

Git Commit CN

Use this skill when preparing a Chinese Git commit message.

Instructions

  • Inspect staged changes first with git diff --cached.
  • If nothing is staged, inspect unstaged changes with git diff.
  • Check recent style with git log --oneline -5.
  • Use this format:
<type>(<module>): 简短描述

- 修改点1
- 修改点2
- 修改点3
  • Keep the summary under 50 Chinese characters.
  • Use one of: feat, fix, refactor, perf, docs, test, chore.
  • If changes are unrelated, recommend splitting commits.

sahit-sai/saviaa/tree/main/.agents/skills/git-commit-cn commit 443ac70904

Frequently asked questions

npx skillmds@latest add sahit-sai/git-commit-cn