Run on /wip or for a whole-repository cleanup spanning multiple worktrees and branches. Trigger when the request combines operations such as removing stale worktrees, rebasing all branches, retesting, and pushing, including "clean up my worktrees and branches", "rebase all my branches and get them tested and pushed", or "settle my WIP". The workflow gates destructive and outward-facing actions, never uses --force, and handles worktree, rebase, and test edge cases. Defer to single-operation git skills when the user targets one specific branch or worktree. Wraps git:clean-worktrees and build:test-all.
$npx -y skills add motlin/claude-code-plugins --skill wipInstalls into the current project.
Run `npx skills use "https://github.com/motlin/claude-code-plugins" --skill "motlin/claude-code-plugins/wip"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/motlin/claude-code-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/motlin/claude-code-plugins"` and select the relevant skills, then follow their instructions.