# Git Status

> Summarize the current state of the git repository

- Skill: `basher83/git-status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add basher83/git-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/basher83/git-status/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: basher83 (https://skillmd.com/u/basher83)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/basher83/git-status

---


Summarize the current state of the git repository.

## Repository State

Branch and sync status: !`git status -sb`

Working directory: !`git status --short`

Recent commits: !`git log --oneline -5`

Stashes: !`git stash list`

## Task

Provide a concise summary including:

1. **Branch status**: Current branch and ahead/behind remote
2. **Working directory**: Count of staged, unstaged, and untracked changes
3. **Recent activity**: Brief summary of recent commits
4. **Action items**: Suggested next steps based on current state

