RyanLisse

Mob Done — Git skill for Claude Code

Git community

Finish mob.sh session (mob done); remind human to review, commit, and push.

How to install Mob Done

Installs to ~/.claude/commands/ryanlisse-mobsh-claude-light-mob-mob-done.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/RyanLisse/mobsh-claude-light-mob/HEAD/.claude/commands/mob-done.md -o ~/.claude/commands/ryanlisse-mobsh-claude-light-mob-mob-done.md

Restart Claude Code, or start a new session, for it to be picked up.

What Mob Done does


description: Finish mob.sh session (mob done); remind human to review, commit, and push.

/mob-done

End the WIP session with **mob.sh**; humans still own the final commit/push.

Steps (Claude)

  1. Confirm the mob is ready to squash WIP onto the base branch index.
  2. Run:
mob done
  1. Remind the human to:
    • Review the staged diff carefully
    • Write the real commit message
    • Push themselves
    • Never push secrets; never skip review on protected branches / pr

Alternatives in Git

  • Worktree Deliver — Commit all work, push, and create a pull request from the current worktree 23.4k ★
  • Yeet — Stage, commit, push code, and open a GitHub pull request via CLI 14.6k ★
  • Commit Commands — Git commit workflows: commit, push, and PR creation 14k ★

Full documentation available on GitHub

View Source Repository