en un clic
push
Push a lane branch and create or update its pull request.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Push a lane branch and create or update its pull request.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
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
}
}