git-coworker-check

Detect whether another Claude agent is working in the same repo clone before running destructive git operations (stash, reset, checkout --). Use when starting a session in a non-worktree checkout, or before any "clean up the working tree" action that could wipe a coworker's in-flight changes.

Safety Notice

This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.

Copy this and send it to your AI assistant to learn

Install skill "git-coworker-check" with this command: npx skills add laurigates/skillsmp-laurigates-laurigates-git-coworker-check

No markdown body

This source entry does not include full markdown content beyond metadata.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

task-coordinate

Surface the next N unblocked taskwarrior tasks sorted by urgency, filtered to skip any that contend on the same exclusive lock (Ghidra project, git index, migration, bulk task store). Produces a candidate-agent list for a parallel or wave dispatch. Use when planning a parallel-agent-dispatch wave, when deciding which tasks share a dispatch slot, or when deciding whether to pre-dump a locked resource before fanning out.

Repository SourceNeeds Review
Automation

git-commit-push-pr

Complete workflow from changes to PR - auto-detect related issues, create logical commits with proper issue linkage, push to remote feature branch, and create pull request. Use when user says "create pr", "let's pr", "commit and pr", "push and create pr", or wants to go from uncommitted changes to an open pull request in one step.

Repository SourceNeeds Review
Automation

git-pr-feedback

Review PR workflow results and reviewer comments, then address substantive feedback and suggestions. Use when the user asks to address PR review comments, apply reviewer suggestions, reply to review threads, resolve reviewer feedback after CHANGES_REQUESTED, or work through a list of unresolved review threads on a pull request.

Repository SourceNeeds Review
Coding

task-add

File a new taskwarrior task with blueprint linkage (bpid/bpdoc/bpms) and, when a GitHub remote is present, optional issue linkage via ghid. Checks for duplicates by bpid, offers to pre-fill from an existing GitHub issue, or offers to create a new issue. Use when adding a coordination task for multi-agent work, linking a blueprint WO to an actionable queue entry, or mirroring a GitHub issue into the local task queue.

Repository SourceNeeds Review
git-coworker-check | V50.AI