Guide for basic Git operations
Scanned 2/12/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill git-operation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Git Operation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-git-operation)More formats (shields.io, HTML) on the badges page.
---
name: git-operation
description: Guide for basic Git operations
---
# 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 fmt` to format the code before committing
- Always run `mise run test` before committing code changes to ensure no tests
are failing
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!