What problem does it solve? Specs drift from code and from each other: change specs reference renamed pages, canonical pages describe features never shipped, and shipped features go undocumented. This Skill reviews specs with a disciplined, evidence-traced procedure that produces a fixed verdict instead of an impression. ## Core Features & Use Cases - Three review modes: R1 checks a change spec against the canonical spec it targets (broken references, contradictions); R2 checks a canonical spec against the code (missing, incorrect, or unspec'd implementations); R3 checks whether a change spec's delta has shipped (NONE / PARTIAL / IMPLEMENTED with a gap list). - Certificate-style templates: each mode follows literal numbered steps — premises, reference resolution, consistency trace, schema check, and a fixed verdict rubric — so the same spec earns the same verdict regardless of who reviews it. - Design-drift review: an R2 adaptation compares implemented UI behavior against canonical design guidelines, separating policy adoption from implementation compliance and handling stale evidence. - Use Case: Before merging a change spec that adds a Tag entity, run R3 to confirm the code shipped, then R1 to confirm the delta is still consistent with the canonical pages it modifies. ## Quick Start Ask the assistant to review the change spec at .specs/changes/ against the canonical spec and report whether it is consistent and implemented.