What problem does it solve?
This Skill implements a two-stage review process for per-specialist handoff receipts to ensure compliance with the spec and maintain quality. It reads compact receipts from .guild/runs/<run-id>/handoffs/ and writes a summary at .guild/runs/<run-id>/review.md, including per-lane pass/fail, blockers, and follow-ups.
Core Features & Use Cases
- Stage 1: spec-compliance checks against the receipt fields (changed_files, opens_for, assumptions, evidence, followups) and the lane scope from the plan.
- Stage 2: quality assessment of the evidence supporting each claim, plus notes on any risks or follow-ups.
- Output: a compact, grep-friendly review.md that downstream steps use for verify-done and planning the next task.
Quick Start
Provide a run-wide review by invoking the skill on the current run to produce the .guild/runs/<run-id>/review.md.