isolate

安装量: 343
排名: #9422

安装

npx skills add https://github.com/camacho/ai-skills --skill isolate

Isolate Create a worktree branched from the latest origin/main so task work never starts on stale code. Announce: "Setting up an isolated worktree for this task." Inputs Branch name: from /orient Step 1 (e.g., feat/auth , fix/login-crash ). Ask if not provided. Base ref: the current branch's parent (detected via reflog, default main ). Override only when explicitly stacking on a different branch. Detect parent branch The parent branch (what this branch will eventually merge into) is determined from the reflog: PARENT_BRANCH = $( git reflog show HEAD --pretty = format: '%gs' \ | grep "^branch: Created from" \ Show more

返回排行榜