What problem does it solve? Blog posts often contain statistics and claims that are misquoted, outdated, or lack any source, which damages credibility. This Skill automates the tedious work of checking every numeric claim against its cited source so you can publish with confidence. ## Core Features & Use Cases - Claim Extraction: Scans a blog post for every statistic, percentage, dollar amount, and named-source attribution, building a structured claims list with location and URL. - Source Verification: Fetches each cited URL via WebFetch and scores how well the page supports the claim, from exact match (1.0) to not found (0.0). - Uncited Claim Flagging: Marks claims without sources as UNVERIFIED and suggests search queries to find supporting evidence. - Use Case: Before publishing a marketing post citing "73% of marketers use video", run the fact-check to confirm the stat appears on the cited report page and get a report of any claims needing new sources. ## Quick Start Fact check the statistics and sources in my blog post draft.md and show me the verification report.