create-worktree
Create Worktree
Overview
Use this skill when you need one isolated worktree in the current repo.
Good fits:
- start feature work without disturbing the current checkout
- review a pull request in isolation
- open an existing branch in a separate worktree
Default behavior: create only. Do not start the runtime unless the user asks, or unless you ask after creation and the user opts in.
Announce at start: "I'm using the create-worktree skill to set up an isolated worktree for this repo."
Inputs
More from soyio-id/skills
commit-work
Review, organize, and commit pending changes. Split into logical commits, stage carefully, and write clear Conventional Commit messages. Use when the user asks to commit, stage changes, or organize work into commits.
10create-pr
Create a clear, review-ready pull request with gh CLI. Gather context from commits and diff, follow repository templates, push safely, and return the PR URL with merge guidance.
10using-git-worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
9prepare-security-prs
Triage and prepare automated dependency security PRs for merge with minimal risk. Identify bot PRs that need intervention, resolve required issues only, refresh stale branches safely, detect superseded PRs, and keep diffs dependency-focused.
8fix-vulnerabilities
Fix multiple dependency vulnerabilities across multiple repos. Parses Vanta-style vulnerability entries, groups by repo, creates a single fix branch per repo, applies all fixes, verifies compatibility, and creates PRs after user approval. Use when the user says '/fix-vulnerabilities' or asks to fix vulnerabilities across repos.
7create-production-pr
Create a production promotion PR from main/master to production in an allowed repo or the current repo. Use the repo PR template when available, list included PRs, and generate a date-based title with production-only version suffixes.
6