with one click
push
Push a lane branch and create or update its pull request.
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
Push a lane branch and create or update its pull request.
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
Land one reviewed Sprints lane when workflow merge authority is present.
Create a focused commit for one Sprints lane after verification passes.
Sync the current lane branch with origin/main without losing local work.
Review one Sprints pull request and return structured approval or required fixes.
Diagnose a blocked or failing Sprints lane using local state, logs, and runtime metadata.
| name | push |
| description | Push a lane branch and create or update its pull request. |
Use this after a lane commit exists and the coder must publish the change for review. This skill owns pull request creation or update.
origin remote.--force-with-lease only after an intentional local history rewrite.blocked for auth, permission,
protected branch, missing gh, or network failures.git branch --show-current.main or another protected base branch.git push -u origin HEAD.pull skill, rerun focused
validation, then retry push.gh:
gh pr creategh pr editInclude these fields in the coder JSON:
{
"branch": "codex/issue-20-short-name",
"commits": ["<sha>"],
"pull_request": {
"url": "https://github.com/owner/repo/pull/123",
"number": 123,
"state": "open"
}
}
{
"status": "blocked",
"summary": "push or PR creation is blocked",
"blockers": [
{
"kind": "permission_required",
"command": "git push -u origin HEAD",
"message": "Remote rejected push with current credentials."
}
],
"artifacts": {
"branch": "codex/issue-20-short-name",
"commits": [],
"pull_request": null
}
}