一键导入
code-review
Review the current changeset for correctness, safety, style, and test coverage.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review the current changeset for correctness, safety, style, and test coverage.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Take an iteration and execute it: dispatch /implement agents per phase, always sequentially (e.g. /orchestrate <iteration-id>).
Take an iteration and execute it: dispatch /implement agents per phase with git worktree isolation for parallel work (e.g. /orchestrate <iteration-id>).
Take an iteration and execute it: dispatch /implement agents per phase with jj workspace isolation for parallel work (e.g. /orchestrate <iteration-id>).
Promote a gest task to a GitHub Issue (e.g. /promote-task <id>).
Explore a rough idea with the user, clarify requirements, and draft a spec. Also decomposes large specs into smaller ones (e.g. /brainstorm "offline mode", /brainstorm <gest-id>).
Implement a single issue: write code, verify, review, format, and commit (e.g. /implement <gest-id>).
| name | code-review |
| description | Review the current changeset for correctness, safety, style, and test coverage. |
Review changes for correctness, safety, style, and test coverage.
Run both commands to see the full picture:
git diff to show unstaged changesgit diff --staged to show staged changesIf a specific commit is provided, run git diff <commit>~1 <commit> to diff that commit instead.
Evaluate the changeset against this checklist:
docs/dev/code-style.mdsrc/cli/) should have corresponding integration tests in tests/integration/. Flag missing
integration test coverage as a Warning.Categorize each finding by severity:
For each finding include: file path, line number, description, and suggested fix.
If there are no findings, say so.