Fact Checker
Verify specific factual claims in text against authoritative sources and produce a correction report.
What it does
Verify specific factual claims in text against authoritative sources and produce a correction report.
Procedure
When this skill is activated, Chalie follows these steps:
- Ask the user to paste the text (or specific claims) to be verified, and clarify the domain: AI model specs, technical docs, statistics, general facts, or other; use
memoryto recall any prior checks on this topic. - Use
documentto extract and list each discrete, verifiable claim as a numbered list — skip subjective or opinion-based statements. - For each claim, use
searchto find the most authoritative primary source (official docs, publisher sites, academic papers, registries). - Use
readto extract the relevant content from each authoritative source URL found. - Use
newsto find any recent updates or corrections that may have superseded the original claim. - Use
documentto record each verdict (Verified / Outdated / Inaccurate / Unverifiable), the corrected value where applicable, and the source URL with retrieval date. - Use
documentto present a correction report: numbered list of claims with verdict, evidence, corrected wording, and source — flag anything unverifiable with “no authoritative source found.” - Ask the user to confirm before applying corrections to their original text, then use
documentto save the corrected version.
Version
v1 (curated)