git-pull
Pull remote changes and reconcile with local work, checking for soft conflicts
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Pull remote changes and reconcile with local work, checking for soft conflicts
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Check whether this card's code meets the acceptance criteria
Run a quick UX/UI workshop using ASCII-art sketches
Write automated tests for unticked scenarios in this card's test cases
Review code changes on this card for likely bugs, regressions, and missed edges
Cherry-pick post-merge commits onto a new follow-up branch
Maintain a support docs pack — dedup, length budgets, and no splintering — and land changes as a reviewed pull request. Use when a support thread, or a hand-off from Support assist, surfaces a new resolution, a correction to an existing one, or a deployment quirk worth recording. Not for ordinary code changes.
| name | git-pull |
| description | Pull remote changes and reconcile with local work, checking for soft conflicts |
| label | Pull |
| workhorse-version | 0.2.0 |
Pull the latest remote changes into the card's branch and reconcile them with local work.
git pull to fetch and integrate remote changesWhen local changes are small, the soft-conflict check can be brief. When local changes are large, examine thoroughly.