From fact-checker
Verifies factual claims in documents using web search and authoritative sources, then proposes corrections with user confirmation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fact-checker:fact-checkerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Verify factual claims in documents and propose corrections backed by authoritative sources.
Verify factual claims in documents and propose corrections backed by authoritative sources.
Trigger when users request:
Copy this checklist to track progress:
Fact-checking Progress:
- [ ] Step 1: Identify factual claims
- [ ] Step 2: Search authoritative sources
- [ ] Step 3: Compare claims against sources
- [ ] Step 4: Generate correction report
- [ ] Step 5: Apply corrections with user approval
Scan the document for verifiable statements:
Target claim types:
Skip subjective content:
For each claim, search official sources:
AI models:
Technical libraries:
General claims:
Search strategy:
Create a comparison table:
| Claim in Document | Source Information | Status | Authoritative Source |
|---|---|---|---|
| Claude 3.5 Sonnet: 200K tokens | Claude Sonnet 4.5: 200K tokens | ❌ Outdated model name | platform.claude.com/docs |
| GPT-4o: 128K tokens | GPT-5.2: 400K tokens | ❌ Incorrect version & spec | openai.com/index/gpt-5-2 |
Status codes:
Present findings in structured format:
## Fact-Check Report
### Summary
- Total claims checked: X
- Accurate: Y
- Issues found: Z
### Issues Requiring Correction
#### Issue 1: Outdated AI Model Reference
**Location:** Line 77-80 in docs/file.md
**Current claim:** "Claude 3.5 Sonnet: 200K tokens"
**Correction:** "Claude Sonnet 4.5: 200K tokens"
**Source:** https://platform.claude.com/docs/en/build-with-claude/context-windows
**Rationale:** Claude 3.5 Sonnet has been superseded by Claude Sonnet 4.5 (released Sept 2025)
#### Issue 2: Incorrect Context Window
**Location:** Line 79 in docs/file.md
**Current claim:** "GPT-4o: 128K tokens"
**Correction:** "GPT-5.2: 400K tokens"
**Source:** https://openai.com/index/introducing-gpt-5-2/
**Rationale:** 128K was output limit; context window is 400K. Model also updated to GPT-5.2
Before making changes:
When applying corrections:
# Use Edit tool to update document
# Example:
Edit(
file_path="docs/03-写作规范/AI辅助写书方法论.md",
old_string="- Claude 3.5 Sonnet: 200K tokens(约 15 万汉字)",
new_string="- Claude Sonnet 4.5: 200K tokens(约 15 万汉字)"
)
After corrections:
Good queries (specific, current):
Poor queries (vague, generic):
Prefer official sources:
Use with caution:
Avoid:
When sources conflict:
When no source found:
Always include temporal context:
Good corrections:
Poor corrections:
Match precision to source:
Source says: "approximately 1 million tokens" Write: "1M tokens (approximately)"
Source says: "200,000 token context window" Write: "200K tokens" (exact)
Include citations in corrections:
> **注**:具体上下文窗口以模型官方文档为准,本书写作时使用 Claude Sonnet 4.5 为主要工具。
Link to sources when possible.
User request: "Fact-check the AI model context windows in section 2.1"
Process:
User request: "Verify the benchmark scores in chapter 5"
Process:
User request: "Check if these library versions are still current"
Process:
Before completing fact-check:
This skill cannot:
For such cases:
After fact-checking, suggest exporting the verified document:
Fact-check complete: [N] claims verified, [M] corrections proposed.
Options:
A) Export as PDF — run /daymade-docs:pdf-creator (Recommended for formal documents)
B) Create slides — run /daymade-docs:ppt-creator from verified content
C) No thanks — I'll use the corrected document directly
npx claudepluginhub p/daymade-fact-checker-fact-checkerVerifies factual claims in text against authoritative sources using a cheapest-first cascade (project memory, codebase, web) and rewrites with footnote citations, hedging unverified claims.
Verifies claims in generated output against sources. Extracts factual statements, checks each with external grounding to catch hallucinations. Use after content generation as a separate pass.
Extracts and verifies factual claims from PR copy or journalistic drafts, providing citations and warning on low certainty. Use before sending pitches or press releases.