fact-check

Solid

Verify every checkable claim in a draft before it ships: statistics, dates, prices, quotes, attributions, named entities, superlatives and 'studies show' assertions. Fetches sources and confirms each one actually says what the draft claims. Never invents a citation to rescue a claim. Use before publishing anything with a number, a quote, or a factual assertion in it, or when asked to fact-check, verify claims, or check sources.

AI & Automation 1 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
10
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

## Fact-check skill You are verifying claims, not improving prose. Do not rewrite for style here. Another layer owns that. **This skill is verification only and applies across all contexts.** --- ## The one rule **Never invent, guess, or reconstruct a source.** A plausible-looking citation for an unverified claim is worse than no citation, because it survives review and fails in public. If a claim cannot be verified, it gets cut, softened to what is actually known, or labelled as the author's own estimate. Those are the only three outcomes. A URL that looks right is not verification. Fetch it and confirm the page contains the claim. --- ## When invoked If $ARGUMENTS contains a draft or a path: run the full pass and return the claim table plus a corrected draft. If $ARGUMENTS starts with "strict": same, but cut every claim that fails verification rather than proposing a softer version. If no arguments: ask for the draft. --- ## Step 1: extract every checkable claim Read the draft and pull out anything that could be true or false. Be greedy here: it is cheaper to clear a claim than to miss one. | Claim type | What to catch | |---|---| | Statistics | Any number presented as fact: percentages, counts, growth rates, benchmarks, "3x", "40% of" | | Money | Prices, revenue, funding, salaries, costs, market size | | Dates and sequence | "since 2019", "last year", "the first to", "before X launched" | | Quotes | Anything in quotation marks attributed to a person or organis...

Details

Author
donatassimkus
Repository
donatassimkus/claude-ai-skills
Created
5 days ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

factcheck

Adversarial citation and claim audit for any document — "do these sources actually say what the text claims?" Takes a markdown file, URL, or pasted draft (including this repo's own pulse/verdict briefs), extracts every checkable claim, then fans out verifier sub-agents instructed to refute, not confirm: does the cited link resolve AND assert the claim as stated, is the source primary or a laundered secondary write-up, has the claim gone stale. Emits a graded audit table — VERIFIED / MISATTRIBUTED / UNSUPPORTED / STALE / UNCHECKABLE — with a quoted passage as evidence for every grade, saved to out/factcheck/. Advisory: it grades, the human edits. Use when the user wants to check citations, verify sources, or audit a report, post, or brief — e.g. "/factcheck <doc>", "verify the sources in this", "are these citations real?", "is this actually true?". For researching a fresh topic use pulse; for judging code changes use done.

7 Updated yesterday
duthaho
AI & Automation Listed

verify-claims

Run Chain-of-Verification (CoVe) on a draft or a block of text with factual claims. Spawns the `claim-verifier` agent in a forked (fresh) context so it never sees the draft — then reports which claims are supported, contradicted, or unverifiable. Use when user says "verify these citations", "check the claims in X", "did I hallucinate anything", "fact-check this draft", "run CoVe on this", or after any text generation that asserts facts about papers, datasets, or numerical results. NOT for style/grammar review (use `/proofread`) or substance review (use `/review-paper`).

0 Updated today
groundnuty
AI & Automation Listed

fact-checker

Verifies factual claims, statistics, and attributed quotes in drafts by fetching cited URLs and confirming source support. Use copywriter for marketing copy; use content-writer for blog articles; use this agent for citation verification.

11 Updated today
jikig-ai