Agent Skills: Git Operation Skill

Guide for basic Git operations

UncategorizedID: aiskillstore/marketplace/git-operation

Install this agent skill to your local

pnpm dlx add-skill https://github.com/aiskillstore/marketplace/tree/HEAD/skills/5t111111/git-operation

Skill Files

Browse the full folder contents for git-operation.

Download Skill

Loading file tree…

skills/5t111111/git-operation/SKILL.md

Skill Metadata

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