Mob Status — Git skill for Claude Code
Show mob.sh session status, branch, timer goal if any, and next facilitation steps.
How to install Mob Status
Installs to ~/.claude/commands/ryanlisse-mobsh-claude-light-mob-mob-status.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/RyanLisse/mobsh-claude-light-mob/HEAD/.claude/commands/mob-status.md -o ~/.claude/commands/ryanlisse-mobsh-claude-light-mob-mob-status.md Restart Claude Code, or start a new session, for it to be picked up.
What Mob Status does
description: Show mob.sh session status, branch, timer goal if any, and next facilitation steps.
/mob-status
Summarize the current light-mob state for the humans.
Steps (Claude)
- Run:
mob status
- Optionally:
mob goal
git branch --show-current
git status -sb
- Report: current branch, whether on WIP, timer goal if any, who should drive next, steal-share reminder.
- Suggest /mob-next or /mob-done as appropriate. Refuse secrets. No invented metrics.
Alternatives in Git
- Local Review — You are tasked with setting up a local review environment for a colleague's branch 10k ★
- 40+ Claude Code Tips — Tips for getting the most out of Claude Code, including a custom status line script, cutting the system prompt 5.8k ★
- Git Status — Read the Files and run the Commands and summarize the current state of the git repository 3.4k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Mob Start
Start a mob.sh light-mob session (WIP branch + optional timer). Default 15 minutes. Claude leads facilitation.
Mob Next
Hand over mob.sh WIP branch (mob next) and facilitate rotate with optional teach-back.
Git Context
!git status --short !git branch --show-current !git log -3 --oneline !git diff --stat --- Based on the changes
Dev Status
Show current git branch, uncommitted files, and recent commits
Token History
Token usage is the next contribution graph — snapshot yours to git daily, show it anywhere as self-updating SV
Get Commit Details
git show --name-status [COMMIT_ID] git diff [COMMIT_ID]^ [COMMIT_ID]
Related Agents
Project Guide
Phase-aware orchestrator and entry point for every project. On invocation, delivers a structured status snapsh
CI Watcher
Watch PR checks for the current branch and report pass/fail with relevant links and concise next steps. Use wh
Whats Next
Generates session handoff documents with project state and next steps