Worktree

Create a git worktree as a sibling of the current repo for a GitHub issue or Jira ticket. Auto-detects the arg type (numeric = GitHub issue, `PROD-XXXX` = Jira ticket), proposes a branch name, asks the base branch, copies `.env*` and `.tool-versions` files, installs dependencies (`bun install` by default; `bundle install` + `yarn install` for agorize-core), runs the pending migrations for agorize-core, and (for GitHub issues) assigns the issue to the current GitHub user. Use when the user says "create a worktree", "worktree for #N", "worktree PROD-XXXX", or "/worktree".

antsteyer Updated

File contents

antsteyer/claude-skills/tree/main/worktree commit 5dfdb2b00c

Frequently asked questions

npx skillmds@latest add antsteyer/worktree