원클릭으로
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.