What problem does it solve? Authors cannot reliably review their own documents because they re-read their intent rather than the actual text, and multi-round review loops fail to converge. This skill replaces self-rereading with a single isolated, read-only reviewer that has zero shared context and verifies every checkable claim using a different method than the document's own. ## Core Features & Use Cases - Zero-context verification: The reviewer receives only the document path and a verification contract, never the author's reasoning or history, preventing confirmation bias. - Different-method checking: Counts are recounted recursively, numbers recomputed from raw sources, referenced paths tested for existence, and cited commands checked via --help. - One-pass discipline: Exactly one dispatch per document revision; findings return to the author once with a per-finding disposition (fix, reject, or accept-as-known), and zero findings is a valid result. - Use Case: Before shipping a spec or research brief, run the skill on the draft so an isolated reviewer from a different vendor catches wrong file counts, broken references, and internal contradictions before readers do. ## Quick Start Ask the assistant to run a fresh-eyes review on your document, for example: review docs/spec-draft.md with stark-fresh-eyes and focus on the migration steps.