pull
Pull the latest `origin/main` into the current branch with a merge, resolve conflicts carefully, and rerun the right validation for this Rust workspace.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Pull the latest `origin/main` into the current branch with a merge, resolve conflicts carefully, and rerun the right validation for this Rust workspace.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use when any Mister Smith request touches Linear, GitHub PR flow, packet slicing, review state, workspace hygiene, or bootstrap readiness and needs the correct Smith MCP route first.
Use after a Mister Smith SpecKit packet has been created and needs post-spec closure: packet verification, git closure, Linear materialization, honest execution-lane preparation, and follow-on execution readiness without implementation unless explicitly requested.
Use when the user wants a complete Mister Smith live runtime session or workflow evaluation with real execution, durable evidence capture, and honest task/session/autonomy proof instead of mock-only validation.
Use when Mister Smith needs spec-only frontier packet work: turning current repo truth or a pre-SpecKit primer into a new product-side SpecKit packet, or running the full local SpecKit authoring chain for an already chosen packet. Trigger for requests to create or extend a Mister Smith packet spec, pre-SpecKit primer, specify-init prompt, or full spec bundle without implementation.
Use when a Mister Smith SpecKit phase or tasks pack needs to be turned into deterministic Linear slices, blocker chains, prep-slice opportunities, and direct-execution-ready work.
Legacy-named skill for Mister Smith tasks that span Linear control-plane state, GitHub PR flow, local repo truth, lifecycle recovery, or workspace hygiene.
| name | pull |
| description | Pull the latest `origin/main` into the current branch with a merge, resolve conflicts carefully, and rerun the right validation for this Rust workspace. |
Use this skill when the current branch needs to catch up with origin/main.
git status before starting.git config rerere.enabled truegit config rerere.autoupdate truegit fetch origingit pull --ff-only origin $(git branch --show-current)origin/main with conflict context:
git -c merge.conflictstyle=zdiff3 merge origin/maingit diff --check before finalizingcargo build --workspacecargo test -p <crate>Proceed unless the conflict changes user-visible or external behavior in a way that cannot be inferred from code, tests, docs, or the Linear issue.