Loading...
Loading...
Integrate any number of feature branches from parallel worktrees through one safe integration branch, validating after each merge and running the project's full check suite before touching the main line. Use when parallel worktree development is done and the branches need to be merged, or when the user says "merge my worktrees", "integrate these branches", or invokes /worktree-merge.
npx skill4agent add coleam00/skills worktree-merge$ARGUMENTS.github/workflows/*Makefilepytestmypypyrightworktrees/[[ $(pwd) =~ /worktrees/ ]]git rev-parse --verify <branch>integration-<first>--no-ffgit addgit commitgit checkout <original>git branch -D <integration>--no-ffgit worktree remove worktrees/<branch>git branch -d <branch><original>git checkout <original>git branch -D <integration>--no-ff