RyanLisse

Mob Status — Git skill for Claude Code

Git community

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

Terminal
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)

  1. Run:
mob status
  1. Optionally:
mob goal
git branch --show-current
git status -sb
  1. Report: current branch, whether on WIP, timer goal if any, who should drive next, steal-share reminder.
  2. 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 Repository