Summarize the current state of the git repository
Scanned 9/11/2026
Install to Claude Code
npx -y skills add jcasnellie69/homelab-config --skill git-status --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Git Status?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jcasnellie69-git-status-aa4c06b7)More formats (shields.io, HTML) on the badges page.
---
name: git-status
description: Summarize the current state of the git repository
context: fork
agent: general-purpose
---
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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!