AgentSkillsCN

git-commit

提交至 Git。

SKILL.md
--- frontmatter
name: git-commit
description: Commit to Git.

Git Commit

Given the git diff, suggest a concise commit message that says in present tense with imperative mood what has changed without saying why (max 50 characters).

Do not use conventional commit format. Start the commit message with a lower case letter and do not end with a full stop. Avoid generic phrases.

Use command:

code
git commit -m "<message>"