This does the unglamorous work of keeping technical docs accurate when AI models and specs change every few months. It scans documents for verifiable claims like context windows, API limits, and version numbers, searches official sources to confirm them, then flags outdated info with corrections and citations. The workflow is methodical: identify claims, search authoritative sources, compare, generate a report, wait for your approval, then apply edits. It's built for the specific pain of maintaining AI model comparisons and technical specifications that go stale fast. Honest take: if you maintain docs that reference Claude, GPT, or other rapidly evolving tools, this saves you from manually cross-checking everything against changelog pages.
npx -y skills add daymade/claude-code-skills --skill fact-checker --agent claude-codeInstalls into .claude/skills of the current project.
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
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills