fact-check
SolidVerify 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.
Install
Quality Score: 80/100
Skill Content
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
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.
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`).
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.