What problem does it solve? Journalists and investigators need a way to inspect structured findings, verdicts, and source provenance after an OSINT research cycle without running a server or installing tools. This Skill packages case data into a single offline HTML file that renders findings, fact-check verdicts, grounding details, and provenance state, and lets the reviewer export structured feedback as JSON. ## Core Features & Use Cases - Self-Contained Review Artifact: Builds one HTML file with inline CSS and JavaScript that works offline in any modern browser, with no server or CDN dependencies. - Structured Feedback Export: Per-finding and per-source-expression feedback forms serialize into a downloadable review-feedback.json validated against a documented schema. - Provenance and Grounding Display: Renders C2PA signing status, source hashes, evidence references, support types, confidence caps, and expression lifecycle chains. - Use Case: After an investigation's Gate 1 checkpoint, generate review.html from the case directory so an editor can inspect verified findings, flag attribution errors on specific source expressions, and return feedback for a targeted follow-up cycle. ## Quick Start Generate the editorial review artifact for the active case by reading its findings, fact-check, and source-expression data and writing review.html into the case directory.