with one click
content-fact-check-article
// Verify all claims, numbers, deadlines, and legal references in an article against official sources. Use when the user asks to fact-check or verify article content before publication.
// Verify all claims, numbers, deadlines, and legal references in an article against official sources. Use when the user asks to fact-check or verify article content before publication.
Analyze an article and add relevant internal links from both SLG and ITA projects. Use when the user asks to add internal or cross-project links to an article.
Prepare an article for publication by running internal link addition and fact-checking in parallel. Use when the user asks to finalize, prepare, or get an article ready for publishing.
Translate approved Russian content to Ukrainian, English, and Spanish. Use when the user asks to translate an article or content to other languages.
Write or edit article content in the author's authentic voice. Use when the user asks to write, create, or edit an article, blog post, or content for the Spain Life Guide site.
Run all local validation checks that don't require network access to the live site.
Verify internal links database integrity and update with new pages and anchors.
| name | content-fact-check-article |
| description | Verify all claims, numbers, deadlines, and legal references in an article against official sources. Use when the user asks to fact-check or verify article content before publication. |
| argument-hint | ["path to article file"] |
| allowed-tools | WebSearch, WebFetch |
Perform thorough fact-checking of an article before publication. Verify all claims, numbers, deadlines, conditions, and legal references against authoritative official sources.
$ARGUMENTS
The input should be a path to an article file (e.g., _includes/ru/some-article.md).
Read the article from the specified path
Extract all verifiable claims, including:
Create a list of facts to verify with context from the article
Use WebSearch to verify each fact against authoritative sources:
Primary sources (MUST use when relevant):
Secondary sources (for additional context):
For each fact, document:
For any legal references:
Check for outdated information:
## Fact-Check Report: [Article Name]
**Article path:** `[path]`
**Checked on:** [date]
**Total facts checked:** [number]
### Summary
- ✅ Verified: [number]
- ⚠️ Partial discrepancies: [number]
- ❌ Incorrect/outdated: [number]
---
### Detailed Results
#### ✅ Verified Facts
| Fact in Article | Verified Value | Source |
|-----------------|----------------|--------|
| NIE appointment required | Yes, cita previa mandatory | [Extranjeros](url) |
| ... | ... | ... |
#### ⚠️ Partial Discrepancies
| Fact in Article | Official Source Says | Source | Comment |
|-----------------|---------------------|--------|---------|
| "Processing takes 2-3 weeks" | "Up to 45 days legally" | [Gov](url) | Article shows optimistic estimate, official max is longer |
| ... | ... | ... | ... |
#### ❌ Incorrect or Outdated
| Fact in Article | Correct Information | Source | Recommended Action |
|-----------------|--------------------:|--------|-------------------|
| "Fee is 10€" | "Fee is 12€ since 2024" | [Tasas](url) | Update to current fee |
| ... | ... | ... | ... |
---
### Facts Unable to Verify
| Fact | Reason | Recommendation |
|------|--------|----------------|
| "In my experience, processing took 2 weeks" | Personal experience - cannot verify | Keep as personal anecdote, clearly marked |
| ... | ... | ... |
---
### Recommendations
1. [Specific action items based on findings]
2. ...
Present the complete fact-check report. Be thorough - check EVERY verifiable claim in the article. The goal is to ensure 100% accuracy before publication.
After the report, if there are any ⚠️ or ❌ items, provide a summary of recommended changes to the article.