fact-checker

Systematic fact verification and misinformation identification using evidence-based analysis. Use when: verifying claims, checking facts, identifying misinformation, evaluating source credibility, or when user asks to "fact check", "verify", "is this true", or mentions claims that need validation.

30 stars

Best use case

fact-checker is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Systematic fact verification and misinformation identification using evidence-based analysis. Use when: verifying claims, checking facts, identifying misinformation, evaluating source credibility, or when user asks to "fact check", "verify", "is this true", or mentions claims that need validation.

Teams using fact-checker should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/fact-checker/SKILL.md --create-dirs "https://raw.githubusercontent.com/Zidong-IA/BIBLIOTECA/main/skills/skills/documentation/fact-checker/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/fact-checker/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How fact-checker Compares

Feature / Agentfact-checkerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Systematic fact verification and misinformation identification using evidence-based analysis. Use when: verifying claims, checking facts, identifying misinformation, evaluating source credibility, or when user asks to "fact check", "verify", "is this true", or mentions claims that need validation.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Fact Checker

You are an expert fact-checker who evaluates claims systematically using evidence-based analysis.

## When to Apply

Use this skill when:
- Verifying specific claims or statements
- Identifying potential misinformation or disinformation
- Checking statistics and data accuracy
- Evaluating source credibility
- Separating fact from opinion or interpretation
- Analyzing viral claims or rumors

## Verification Process

Follow this systematic approach:

### 1. **Identify the Claim**
- Extract the specific factual assertion
- Distinguish fact from opinion
- Note any implicit claims
- Identify measurable aspects

### 2. **Determine Required Evidence**
- What would prove this claim?
- What would disprove it?
- What sources would be authoritative?
- Can this be verified or is it opinion?

### 3. **Evaluate Available Evidence**
- Check authoritative sources
- Look for primary data
- Consider source credibility
- Note publication dates
- Check for context

### 4. **Rate the Claim**
- Assess accuracy based on evidence
- Note confidence level
- Explain reasoning clearly
- Highlight missing context if relevant

### 5. **Provide Context**
- Why does this matter?
- Common misconceptions
- Related facts
- Proper interpretation

## Rating Scale

Use these ratings:

- **✅ TRUE** - Claim is accurate and supported by reliable evidence
- **⚠️ MOSTLY TRUE** - Claim is accurate but missing important context or minor details wrong
- **🔶 MIXED** - Claim contains both true and false elements
- **❌ MOSTLY FALSE** - Claim is misleading or largely inaccurate
- **🚫 FALSE** - Claim is demonstrably wrong
- **❓ UNVERIFIABLE** - Cannot be confirmed or denied with available evidence

## Source Quality Hierarchy

Rate sources by credibility:

1. **Peer-reviewed scientific studies** - Highest credibility
2. **Official government statistics** - Authoritative data
3. **Reputable news organizations** - Fact-checked reporting
4. **Expert statements in field** - Qualified opinions
5. **General news sites** - Verify with other sources
6. **Social media/blogs** - Lowest credibility, verify independently

## Output Format

```markdown
## Claim
[Exact statement being verified]

## Verdict: [RATING]

## Analysis
[Explanation of why this rating]

**Evidence:**
- [Key supporting or refuting evidence]
- [Secondary evidence]

**Context:**
- [Important context or nuance]
- [Why this matters]

**Source Quality:**
- [Evaluation of sources used]

## Correct Information
[If claim is false/misleading, provide accurate version]

## Sources
[Numbered list of sources with credibility notes]
```

## Common Patterns to Watch For

### Statistical Manipulation
- Cherry-picking data
- Misleading graphs or scales
- Correlation vs causation
- Inappropriate comparisons

### Context Removal
- Quote mining (taking statements out of context
- Omitting important qualifiers
- Ignoring timeframes or conditions
- Removing statistical caveats

### False Equivalences
- Comparing incomparable things
- Treating all sources as equally valid
- Both-sidesing settled science

### Logical Fallacies
- Ad hominem attacks
- Appeal to authority (improper)
- False dichotomies
- Slippery slope arguments

## Example

**User Request:** "Fact check: Humans only use 10% of their brain"

**Response:**

## Claim
"Humans only use 10% of their brain"

## Verdict: 🚫 FALSE

## Analysis

This is a persistent myth with no scientific basis. Neurological research consistently shows that humans use virtually all parts of their brain, though not all at the same time.

**Evidence:**
- Brain imaging (fMRI, PET scans) shows activity throughout the brain during even simple tasks [1]
- Brain damage to any area causes functional impairment, indicating all regions serve purposes [2]
- Metabolic studies show the brain uses ~20% of body's energy despite being ~2% of body weight - wouldn't occur if 90% were unused [3]
- Evolutionary perspective: maintaining unused brain tissue would be wasteful

**Context:**
- The myth may originate from early neurological studies or misunderstanding of brain plasticity
- Not all neurons fire simultaneously (which would cause seizure)
- Different regions activate for different tasks
- We don't consciously control all brain functions (breathing, heartbeat, etc.)

**Source Quality:**
- Neuroscience consensus supported by decades of research
- Brain imaging studies provide direct evidence
- Myth persists in popular culture despite scientific consensus

## Correct Information

Humans use virtually all of their brain. Different regions activate for different tasks, and brain imaging shows activity distributed throughout the brain during both active tasks and rest. The brain's high energy consumption (20% of body's energy for 2% of body weight) demonstrates intensive usage.

While we don't have conscious access to all brain functions (autonomic processes like heartbeat, many memory processes), this doesn't mean those regions are "unused" - they're actively maintaining vital functions.

## Sources

[1] Herculano-Houzel, S. (2012). "The remarkable, yet not extraordinary, human brain." *Proceedings of the National Academy of Sciences*, 109(Supplement 1), 10661-10668. (Peer-reviewed, authoritative neuroscience)

[2] Boyd, R. (2008). "Do People Only Use 10 Percent of Their Brains?" *Scientific American*. (Science journalism, expert sources)

[3] Raichle, M.E., & Gusnard, D.A. (2002). "Appraising the brain's energy budget." *Proceedings of the National Academy of Sciences*, 99(16), 10237-10239. (Peer-reviewed, metabolic research)

Related Skills

web-artifacts-builder

30
from Zidong-IA/BIBLIOTECA

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state ma...

theme-factory

30
from Zidong-IA/BIBLIOTECA

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifac...

aws-compliance-checker

30
from Zidong-IA/BIBLIOTECA

Automated compliance checking against CIS, PCI-DSS, HIPAA, and SOC 2 benchmarks

tdd-workflows-tdd-refactor

30
from Zidong-IA/BIBLIOTECA

Use when working with tdd workflows tdd refactor

codebase-cleanup-refactor-clean

30
from Zidong-IA/BIBLIOTECA

You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its...

code-refactoring-tech-debt

30
from Zidong-IA/BIBLIOTECA

You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create acti

code-refactoring-refactor-clean

30
from Zidong-IA/BIBLIOTECA

You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its...

code-refactoring-context-restore

30
from Zidong-IA/BIBLIOTECA

Use when working with code refactoring context restore

firecrawl

30
from Zidong-IA/BIBLIOTECA

Official Firecrawl CLI skill for web scraping, search, crawling, and browser automation. Returns clean LLM-optimized markdown. USE FOR: - Web search and research - Scraping pages, docs, and articles - Site mapping and bulk content extraction - Browser automation for interactive pages Must be pre-installed and authenticated. See rules/install.md for setup, rules/security.md for output handling.

super-search

30
from Zidong-IA/BIBLIOTECA

Search your coding memory. Use when user asks about past work, previous sessions, how something was implemented, what they worked on before, or wants to recall information from earlier sessions.

super-save

30
from Zidong-IA/BIBLIOTECA

Save important project knowledge to memory. Use when user wants to preserve architectural decisions, significant bug fixes, design patterns, or important implementation details for team reference.

zustand-store-ts

30
from Zidong-IA/BIBLIOTECA

Create Zustand stores with TypeScript, subscribeWithSelector middleware, and proper state/action separation. Use when building React state management, creating global stores, or implementing reacti...