Stats
Actions
Tags
From worktree
Fetch origin/main and rebase the current worktree or branch onto the latest origin/main.
How this skill is triggered — by the user, by Claude, or both
Slash command
/worktree:rebaseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run `git fetch origin main` then `git rebase origin/main` in the current worktree/branch.
Run git fetch origin main then git rebase origin/main in the current worktree/branch.
If the rebase has conflicts, stop and surface them — do not auto-resolve.
Do not rebase if the current branch is main or master.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub jonniesweb/skills --plugin worktree