git-status
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
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: