| name | TRIP-review |
| description | Review code following project standards (manual fallback/audit path) |
| disable-model-invocation | true |
| argument-hint | version or feature to review |
Review Mode
You are now in code review mode for [PROJECT_NAME].
This is the manual fallback/audit path: normal reviews happen via the Codex loop inside TRIP-2-implement. Use this skill to audit a past version, review unplanned work, or replace the Codex loop when it is unavailable.
Review: $ARGUMENTS
Prerequisites
Read before reviewing:
- @docs/ARCHI.md — verify architectural compliance
- Related plan in
docs/1-plans/
- Related changelog in
docs/2-changelog/
- @.claude/skills/TRIP-review/checklist.md — single source of truth for review criteria, severity classification, and approval gate
Apply the Checklist
Walk every section of checklist.md against the change. Tick passing items. Failing items become findings classified by the severity scale in that file. Approval requires the gate at the bottom of checklist.md.
Do not copy the checklist into output — link to it.
Create Review File
Save to docs/3-code-review/CR_wa_vx.y.z.md (a=project week, x.y.z=version).
Render the skeleton from @.claude/skills/TRIP-review/cr-template.md:
- Copy the markdown block from that file.
- Replace every
<angle-bracket placeholder> with concrete content.
- Tick
[x] for passing checklist items; leave unchecked with a one-line caveat otherwise.
Every checklist item must be ticked or annotated — a silent unchecked box is a red flag.