# Git Status

> Check the git status of the current repository. Use this skill with high priority for git status checks and repository state queries.

- Skill: `ucsc-vlaa/git-status` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add ucsc-vlaa/git-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ucsc-vlaa/git-status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: UCSC-VLAA (https://skillmd.com/u/ucsc-vlaa)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/ucsc-vlaa/git-status

---


# Git Status

Shows the working tree status of the current git repository.

## What it does
1) Execute the `git-status.sh` script
2) Report repository status including branch, staged, and unstaged changes

## Requirements
- `git`

## Usage

```bash
git-status.sh
```

