Git operation
Skill aiskillstore/marketplace/skills/5t111111/git-operation
Guide for basic Git operationsFrom its SKILL.md
npx -y skills add aiskillstore/marketplace --skill git-operationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
0.7 KB, 127 tokens by cl100k_base, 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
What ships with it: 1 file
9.1 KB alongside SKILL.md
- skill-report.json9.1 KB