Git operation
Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/5t111111/git-operation
🧠The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.
npx -y skills add ComeOnOliver/skillshub --skill git-operationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Guide for basic Git operations
SKILL.md
0.7 KB, as published. Nobody here has run it
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