independent-reviewlisted
Install: claude install-skill ramboz/jig
> Spec 004 promoted this skill from stub to active. The prompt is constructed
> by `review.py`; Claude owns the Task invocation.
## What this skill does
Constructs the standardized reviewer-subagent prompt and tells Claude when /
how to spawn the Task. The skill has four modes, matching the review passes
every slice may run:
- **Implementation review** — after the implementer writes the deliverable to
disk. The reviewer evaluates each acceptance criterion against the actual
files; returns `pass | fail | needs-changes`. This is the **compliance
pass** in spec-workflow's multi-pass flow.
- **Pr-review (craft pass)** — slice 031-01. After the compliance pass
returns, the orchestrator runs a craft-pass review that produces the
four-bucket output (scope / blockers / nits / strengths) the
`jig:pr-review` skill emits, wrapped in the same verdict envelope as the
compliance pass. SPECIFIC ISSUES entries are tagged `[blocker]` / `[nit]`
/ `[strength]` so the workflow can decide what blocks the REVIEWED
transition vs. what becomes a reconciliation-log entry.
- **Arch-review (architecture pass — on-demand)** — slice 031-02. After
the craft pass returns, the orchestrator queries the slice's
`arch_review:` frontmatter flag via `workflow.py arch-review-needed`;
when `true`, it runs an arch pass producing the four-bucket output
(summary / strengths / concerns / open questions) the
`jig:arch-review` skill emits, in the same verdict envelope. Slice
authors set