원클릭으로
review-code
Review all uncommitted changes (the Test phase) in a SEPARATE verifier — never self-review. Use before securing/committing.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review all uncommitted changes (the Test phase) in a SEPARATE verifier — never self-review. Use before securing/committing.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Reference only (do NOT invoke as an action): token-reduction conventions (subagent isolation, artifact compaction). Applied throughout the other skills.
Reference only (do NOT invoke as an action): the RICE scoring convention for the goal-loop backlog. Read by the loop/make-plan skills.
Implement a single planned issue, optionally inside a bounded autonomous loop. Use to execute one unit of an approved plan.
Run a continuous goal-loop: work a prioritized RICE-scored backlog toward a standing goal, cycle after cycle, consuming/emitting signals. Use for ongoing autonomous improvement toward a goal; not for a single discrete task (use run).
Run the enabled compliance checklists (any of HIPAA / HITRUST / ISO 27001 / SOC 2) against the diff, separating code-verifiable findings from organizational controls. Always run before committing a sensitive change.
Emit or consume cross-loop signals (observations / frictions / opportunities) in the shared signals/ store. Use to record a finding for other loops or teammates, or to read relevant ones before deciding. PHI must never go in a signal.
| name | review-code |
| description | Review all uncommitted changes (the Test phase) in a SEPARATE verifier — never self-review. Use before securing/committing. |
Perform a comprehensive review of all uncommitted changes.
Independent review — never self-verify. This review MUST be run by a separate verifier subagent (
Agent) that did not write the code. The implementing agent does not review its own work. Spawn a judge with the diff + what to check; it returns only findings. (See the "Never self-verify" rule inrun.md.)
git status --porcelaingit diffgit diff --cachedgit diff HEADgit log --oneline -n 5.agents/skills/token-discipline/SKILL.md): for a wide diff, delegate per-area review to Agent subagents (e.g. one per dimension or per large file). Each subagent receives its slice of the diff plus what to check, and returns only a findings list (each: severity + file:line + one-line fix) — never the raw hunks. The main thread merges those findings into the single prioritized action list below without re-reading the hunks the subagents already saw..tsx/.jsx/.vue/.svelte/.html/.css/.scss or component/route dirs), run the verifiable frontend layer — follow .agents/skills/verify-frontend/SKILL.md to capture Playwright screenshots and attach them to the PR. A render failure (4xx/5xx or console errors) is a must-fix. (Independent: CI or a separate verifier subagent assesses — not the implementer.)TaskList), reflect the outcome: leave any task with open action items as in_progress, and only mark tasks completed once their action items are resolved. This keeps /resume accurate.## Code Review
Summary: <1-2 sentences>
Action Items:
1. <indicator> <action> in `path:line`
2. <indicator> <action> in `path:start-end`