بنقرة واحدة
pull
Sync the current lane branch with origin/main without losing local work.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Sync the current lane branch with origin/main without losing local work.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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": []
}
}