Agent skill · Content & Marketing

fact-check

Verify claims, statements, or assertions by cross-referencing web, news, academic, and social sources. Produces a confidence-scored verdict with full evidence chain. Use when verifying claims, checking facts, or validating statements.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill fact-check-damionrashford-rivalsearch-plugin --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: mcp__RivalSearchMCP__web_searchmcp__RivalSearchMCP__social_searchmcp__RivalSearchMCP__news_aggregationmcp__RivalSearchMCP__scientific_researchmcp__RivalSearchMCP__github_searchmcp__RivalSearchMCP__content_operationsmcp__RivalSearchMCP__document_analysismcp__RivalSearchMCP__research_topicReadGrepGlobWebFetch
Path: skills/analysis/fact-check-damionrashford-rivalsearch-plugin/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Fact Check Verify the following claim: **$ARGUMENTS** Follow these steps precisely using RivalSearchMCP tools. Report progress after each step. ## Step 1: Claim Decomposition Parse the claim into individually verifiable components. List each sub-claim and what evidence would confirm or refute it. ## Step 2: Primary Source Search Use `web_search` to find the origin of the claim: - query: "$ARGUMENTS" - num_results: 15 - extract_content: true Identify where this claim first appeared. Use `content_operations` to retrieve the original source: - operation: "retrieve", url: <source_url>, extraction_method: "markdown" ## Step 3: Corroboration Search Search for independent confirmation: - `web_search` with query: "$ARGUMENTS", num_results: 10 - `web_search` with alternative phrasing of the claim, num_results: 10 - `news_aggregation` with query: "$ARGUMENTS", max_results: 10, time_range: "month" Count how many independent sources confirm the claim. ## Step 4: Counter-Evidence Search Actively search for contradicting evidence: - `web_search` with query: "$ARGUMENTS false OR debunked OR incorrect OR misleading", num_results: 10 - `social_search` with query: "$ARGUMENTS", platforms: ["reddit

What's inside
Steps it walks through
  1. Step 1: Claim Decomposition
  2. Step 2: Primary Source Search
  3. Step 3: Corroboration Search
  4. Step 4: Counter-Evidence Search
  5. Step 5: Academic Verification
  6. Step 6: Deep Source Analysis
  7. Step 7: Compile Verdict
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the fact-check skill do?

Verify claims, statements, or assertions by cross-referencing web, news, academic, and social sources. Produces a confidence-scored verdict with full evidence chain. Use when verifying claims, checking facts, or validating statements.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill fact-check-damionrashford-rivalsearch-plugin --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going