with one click
master
Checkout the master branch and pull latest changes
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Checkout the master branch and pull latest changes
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Release a new version: bump version, generate changelog, tag, and push
Show current branch, working tree status, and any open PR
Create a GitHub issue on the rigbook repo from a description or current conversation context
Push a tagged release to rigbook-build-test repo and let the workflow build it
Run tests, squash-merge the open PR, pull master, and reset dev branch
Switch to the dev branch, creating or resetting it from master as needed
Based on SOC occupation classification
| name | master |
| description | Checkout the master branch and pull latest changes |
| disable-model-invocation | true |
| allowed-tools | Bash(git *) |
Checkout the master branch:
git checkout master
Pull latest changes:
git pull
Report the current HEAD commit.