multiAI Summary Pending

git-operation

Guide for basic Git operations

231 stars

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/git-operation/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/5t111111/git-operation/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/git-operation/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How git-operation Compares

Feature / Agentgit-operationStandard Approach
Platform SupportmultiLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Guide for basic Git operations

Which AI agents support this skill?

This skill is compatible with multi.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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