Agent skill
git-operation
Guide for basic Git operations
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/git-operation
SKILL.md
Git Operation Skill
This skill provides a guide for performing basic Git operations especially for committing changes.
Committing Changes
- Git commit messages must always be written in English
- Summarize the changes concisely in the first line of the commit message
- If detailed explanations or additional information are needed in the commit message, insert a blank line after the first line, then describe them in bullet points
- Always run
mise run fmtto format the code before committing - Always run
mise run testbefore committing code changes to ensure no tests are failing
Didn't find tool you were looking for?