一键导入
04-review
Review code changes across five axes with evidence-first findings. Use after implementation is complete and before committing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review code changes across five axes with evidence-first findings. Use after implementation is complete and before committing.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Discover requirements through structured multi-round dialog. Use when the request is ambiguous, needs discovery, or describes a new idea/product.
Turn requirements into an execution-ready plan with TDD-gated implementation units. Use when a brainstorm artifact exists and is ready for planning.
Execute plan units with TDD enforcement and checkpoint resume. Use when a plan path is ready for implementation.
Capture solved problems as searchable solution artifacts. Use after a workflow loop completes or a non-trivial problem is solved.
Inspect workflow artifacts and recommend the single best next skill. Use when unsure what to run next.
Create and manage git worktrees for isolated feature development. Use when starting a feature that needs branch isolation.
| name | 04-review |
| description | Review code changes across five axes with evidence-first findings. Use after implementation is complete and before committing. |
Use this skill after implementation to review changes against the diff, plan, and prior learnings.
See shared pipeline instructions for model routing and pipeline behavior.
rules/common/code-review.mdrules/typescript/)rules/web/ files{repo-root}/rules/ overrides package defaultsreview_router tool to select reviewer personas based on diff metadatareferences/solution-search.md):
grep -rl "tags:.*keyword" docs/solutions/ ~/.pi/agent/docs/solutions/references/findings-schema.mdCode review is technical evaluation, not social performance:
../references/module-design.mdcontext_handoff load or read .context/compound-engineering/handoffs/latest.md. If found, use activeFiles, artifacts.plan as starting point. If not found, proceed normally. Read CONTEXT.md if it exists at root — see ../references/domain-language.md.review_routerreview_routerAfter code review complete, offer browser QA:
Code review done. Run browser QA?
- A) Done — stop here
- B) Browser QA — find visual/functional bugs
- C) QA + regression tests — find bugs, fix, add tests
If B or C: read references/qa-test-mode.md and execute workflow.
After QA: include findings in handoff, note fix commits/test files.
See references/handoff.md for format.
Before finishing this skill, apply the completion checklist in shared pipeline instructions.