using-git-worktrees

Installation
SKILL.md

Using Git Worktrees

Overview

In Warcraft, use worktree lifecycle tools rather than manual git worktree commands.

Primary interfaces:

  • warcraft_worktree_create
  • warcraft_worktree_commit
  • warcraft_worktree_discard
  • warcraft_merge

Standard Flow

  1. Confirm task is runnable (warcraft_status)
  2. Prepare the task workspace (warcraft_worktree_create)
  3. Issue the returned task() call and implement in the assigned workspace
  4. Commit/report (warcraft_worktree_commit)
  5. Merge or discard based on outcome
Installs
1
GitHub Stars
2
First Seen
Mar 20, 2026
using-git-worktrees — minhtri2710/opencode-warcraft