# Git Tool

> Git version control operations - status, diff, log, branch, checkout, commit, push, pull, add, stash

- Skill: `foxl-ai/git-tool` (Agent Skill)
- Install (CLI): `npx skillmds@latest add foxl-ai/git-tool`
- Raw SKILL.md: https://api.skillmd.com/api/skills/foxl-ai/git-tool/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: foxl-ai (https://skillmd.com/u/foxl-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/foxl-ai/git-tool

---


# Git Tool Skill

Provides the `git` tool for version control operations.

## Requirements
- `git` binary must be installed and available on PATH

## Provided Tool
- `git` - Execute git commands (status, diff, log, branch, checkout, commit, push, pull, add, stash)

## When to use
- User asks about code changes, diffs, or history
- User wants to commit, push, or manage branches
- User needs to check repository status
