Install
1
Run in your terminal$
npx claudepluginhub basher83/lunar-claude --plugin git-workflowTool Access
This skill uses the workspace's default tool permissions.
Skill Content
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:
- Branch status: Current branch and ahead/behind remote
- Working directory: Count of staged, unstaged, and untracked changes
- Recent activity: Brief summary of recent commits
- Action items: Suggested next steps based on current state
Similar Skills
Stats
Parent Repo Stars14
Parent Repo Forks1
Last CommitMar 11, 2026