一键导入
implement
Implement a piece of work based on a spec or set of tickets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Implement a piece of work based on a spec or set of tickets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Break a plan, spec, or the current conversation into tracer-bullet tickets, each declaring its blocking edges and saved as a local Markdown file.
Review changes since a fixed point (commit, branch, tag, or merge-base) along two axes - Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel subagents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to review since X.
Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.
Review all local code changes
Turn the current conversation into a spec saved under .scratch - no interview, just synthesis of what you've already discussed.
| name | implement |
| description | Implement a piece of work based on a spec or set of tickets. |
| disable-model-invocation | true |
Implement the work described by the user in the spec or tickets.
Run typechecking regularly, single test files regularly, and the full test suite once at the end.
Once done, invoke the review-diff skill (/review-diff in Claude) to review all uncommitted work. If the current tool cannot invoke the skill, perform the same workflow directly: inspect git status --short, staged and unstaged diffs, and relevant untracked files as one combined change set; report and fix substantive findings before continuing.
After the review is clean, commit your work to the current branch.
Work to implement:
$ARGUMENTS