What problem does it solve? Technical reports and research documents often contain unverified claims—wrong arXiv IDs, outdated benchmark numbers, nonexistent repositories. Manually checking each claim against external sources is slow and error-prone. This Skill automates the full verification pipeline, producing evidence-backed verdicts for every claim. ## Core Features & Use Cases - Claim Extraction & Decomposition: Extracts verbatim claims from Markdown documents, classifies them into typed categories (authority, numerical, temporal, etc.), and splits compound claims using a fixed 7-pattern catalog. - Deterministic Rule Engine: Verifies authority claims (arXiv IDs, DOIs, GitHub PRs, npm/PyPI packages, URLs, RFC numbers) via 20+ HTTP verifiers before any LLM involvement. - Deep Web Verification: Routes remaining claims through triage and multi-round web search with evidence tier grading (T1–T4), producing verdicts like SUPPORTED, CONTRADICTED, NUANCED, or UNVERIFIABLE. - Incremental Re-checks: Maintains per-document ledgers so re-runs only verify changed claims, plus cumulative stats across runs. - Use Case: After drafting a technical survey citing 40+ papers and benchmark figures, run the pipeline to confirm every arXiv ID resolves, every GitHub repo exists, and every performance number has independent evidence—then get a report with suggested fixes. ## Quick Start Ask the agent to fact-check your report file, for example: run /fact-check on docs/llm-survey.md and show me the verdict summary.