with one click
pull
Sync the current lane branch with origin/main without losing local work.
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
Sync the current lane branch with origin/main without losing local work.
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.
Push a lane branch and create or update its pull request.
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 | pull |
| description | Sync the current lane branch with origin/main without losing local work. |
Use this when a coder needs a current branch before editing, when a push is rejected because the branch is stale, or when retry feedback asks for a fresh base.
blocked actor output.git status --short --branch.artifacts.dirty_files.origin exists and run git fetch origin.git pull --ff-only.origin/main with git -c merge.conflictstyle=zdiff3 merge origin/main.git diff --check after conflict resolution.{
"status": "blocked",
"summary": "branch sync is blocked",
"blockers": [
{
"kind": "merge_conflict",
"command": "git merge origin/main",
"message": "Conflict requires operator intent."
}
],
"artifacts": {
"dirty_files": [],
"conflicted_files": []
}
}