with one click
rebase-main
Rebase current branch onto origin/main and resolve conflicts
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
Rebase current branch onto origin/main and resolve conflicts
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.
Based on SOC occupation classification
Start the development server in background mode
Start dev server and interact with the platform via agent-browser. Use when user asks to browse, test, or demo the platform UI, connect services, or perform any browser-based interaction with the local dev environment.
Reset turbo environment (clean node_modules, reinstall, sync DB)
Check if a PR, commit, or tag has been deployed to production
Query, investigate, and manage Sentry issues for debugging and incident response
Create or update a PR and hand it off to a coding agent worker via load balancing. Removes pending label if present, then assigns a worker.
| name | rebase-main |
| description | Rebase current branch onto origin/main and resolve conflicts |
| user-invocable | true |
git fetch origin main to get latest main.git rebase origin/main to rebase current branch.git add and git rebase --continue. Repeat until rebase completes.