.claude/skills/merge-all/SKILL.md
Merge all open PRs into main with testing between each
npx skillsauth add cwilliams5/Alt-Tabby merge-allInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Merge all open PRs into main, testing between each merge.
gh pr list. Include PRs from Claude agents and the repo owner.gh pr merge N --merge --delete-branch.
c. Pull to local main: git pull origin main.
d. Run full test suite: .\tests\test.ps1 --live
e. If tests fail: stop immediately, report which PR broke tests and what failed. Do not proceed to the next PR.
f. If tests pass: clean up the local worktree if one exists for this branch (git worktree remove .claude/worktrees/<name> then git branch -d <branch>). Continue to next PR.git push origin main.If there are no open PRs, just say so.
tools
Create a new git worktree and switch the session into it
tools
Spawn agent to trace code flow via query tools — answer only, no context cost
tools
Commit, push, and create a PR for the current branch
tools
Retire a shader by moving its files to legacy/shaders_retired