| name | skill-review |
| description | Run when the user asks for skill-review, /review, or to check Todam implementation drift against an active execution plan. |
Skill Review
Review implementation against the active plan and API Contract.
Workflow
- Parse arguments as
<feature>.
- Confirm
docs/exec-plans/active/<feature>.md exists.
- Read
.codex/agents/reviewer.md.
- Use a Codex subagent when available for the review pass.
- If subagents are unavailable, review inline.
- Compare
git diff and relevant files against API Contract (์ค๋
์ท).
- Report drift and phase verdicts. Only check plan Status when API ๊ตฌํ, UI ๊ตฌํ, API ์ฐ๋ are all โ
and drift is zero.
- (๊ถ๊ณ ยท๋น์ฐจ๋จ) Also flag local reimplementations replaceable by shared components (
packages/ui, apps/web/src/shared/ui) and constants/formatters/utils that duplicate or should be promoted to packages/shared.
Output
Findings first, then phase verdicts, then skill-complete eligibility.
Completion Response
Respond briefly after execution:
์ฑ๊ณต: <review ํ์ ์์ฝ>
์คํจ: <์คํจํ workflow ๋จ๊ณ์ ์ด์ >
Success/failure is based on review workflow completion, not Supabase insert success.