# fact-check > Verify all claims in a document - Author: bryan977 - Repository: bryan977/writing-research-template - Version: 20260124083406 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/bryan977/writing-research-template - Web: https://mule.run/skillshub/@@bryan977/writing-research-template~fact-check:20260124083406 --- --- name: fact-check description: Verify all claims in a document argument-hint: "[path/to/document.md]" --- Fact-check the document at $ARGUMENTS: 1. Read the document at $ARGUMENTS 2. Extract all factual claims, statistics, and quotes 3. For each claim: - Search for the original source - Verify accuracy - Check for updates or corrections - Note confidence level 4. Create a fact-check report at `research/fact-check-[filename].md` 5. If corrections needed, list them with correct information and sources ## Report Format ```markdown # Fact Check: [Document Name] Checked: YYYY-MM-DD ## Summary - Claims checked: X - Verified: X - Corrections needed: X - Unable to verify: X ## Detailed Results ### Verified | Line | Claim | Source | Notes | |------|-------|--------|-------| | 12 | "Claim text" | [Source](url) | Verified | ### Needs Correction **Line 45**: "Original claim" - Correction: [Accurate information] - Source: [Source](url) ### Unable to Verify - Line 67: "Claim" - No reliable source found ```