com um clique
pull
Sync the current lane branch with origin/main without losing local work.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Sync the current lane branch with origin/main without losing local work.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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": []
}
}