بنقرة واحدة
mob
Use when the user wants to set, change, or clear git commit co-authors for pair or mob programming.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when the user wants to set, change, or clear git commit co-authors for pair or mob programming.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Use when checking Buildkite CI/CD builds, investigating failures, viewing job logs, or answering questions about pipeline status.
Write a handoff brief summarizing the current conversation so a fresh agent can pick up the work. Writes to a file if given, otherwise copies to the clipboard.
Use when bootstrapping hk pre-commit hooks for a project.
Use when adding, updating, troubleshooting, or managing mise tool dependencies. Supplements /install with mise-specific context about backends, lockfiles, and the github-first policy.
Add a tool pattern to the global Claude Code permissions allow list in bin/sync-claude-settings
Use when labeling GitHub issues or triaging the backlog. Applies the project's label taxonomy from docs/labels.md.
استنادا إلى تصنيف SOC المهني
| name | mob |
| description | Use when the user wants to set, change, or clear git commit co-authors for pair or mob programming. |
| argument-hint | <names...> | solo | just me |
| disable-model-invocation | true |
| allowed-tools | ["Bash(git mob:*)","Bash(git solo:*)","Bash(git add-coauthor:*)","Bash(git mob-print:*)","Read"] |
$ARGUMENTS
If arguments indicate solo work (e.g., "solo", "just me"): run git solo, report primary author, exit.
Use git mob -p to find coauthors file, read with Read tool, parse JSON for available co-authors and initials.
Match each name: exact initials → name substring (case-insensitive) → email prefix. If ambiguous, ask user to clarify.
If no match:
git add-coauthor <initials> "<name>" <email>Run git mob <initials...> with resolved initials.
Show primary author and all co-authors with names.
/mob alice dana
→ alice → aw (Alice Wong)
→ dana not found → infer dana@acme.com → add as dw
→ git mob aw dw
Handle: missing coauthors file (create it), empty args (show status), ambiguous matches (prompt), mixed known/unknown (resolve known first).