Summarize the current state of the git repository
Summarizes git repository state including branch status, changes, recent commits, and suggested next steps.
/plugin marketplace add basher83/lunar-claude/plugin install git-workflow@lunar-claudehaikuSummarize the current state of the git repository.
Branch and sync status: !git status -sb
Working directory: !git status --short
Recent commits: !git log --oneline -5
Stashes: !git stash list
Provide a concise summary including: