From git-workflow
Summarizes git repository state: branch/sync status, staged/unstaged/untracked changes counts, recent commits, stashes, and suggested next steps.
npx claudepluginhub basher83/lunar-claude --plugin git-workflowThis skill uses the workspace's default tool permissions.
Summarize the current state of the git repository.
Inventories git work state across worktrees, stashes, local branches, and uncommitted changes with PR details, commit ages, and recommendations to clean up, resume, or address.
Executes Git commands with porcelain output for AI agent workflows, providing deterministic, machine-readable status, diffs, logs, and operations.
Generates project standup briefing after 1-30 days away: git history, status, open issues/PRs, TODOs, next steps. Adapts depth by time gap; requires git repo.
Share bugs, ideas, or general feedback.
Summarize 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: