blog-fact-checking

Verify blog claims against official documentation using web_fetch.

Updated Nov 14, 2022
One-click install
npx skills add https://github.com/fgrehm/fabiorehm.com --skill blog-fact-checking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-fact-checking
Source: https://github.com/fgrehm/fabiorehm.com/tree/main/.claude/skills/blog-fact-checking
Command: npx skills add https://github.com/fgrehm/fabiorehm.com --skill blog-fact-checking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps maintain the credibility of your blog by quickly verifying technical claims, version numbers, API details, and external references against authoritative sources. It prevents the publication of outdated or incorrect information, saving you from embarrassing corrections later.

Core Features & Use Cases

  • Targeted Verification: Focuses on specific claims or sections you direct it to check, making the process efficient.
  • Source Fetching: Uses web_fetch to retrieve official documentation or referenced sources for direct comparison.
  • Claim Comparison: Compares your content's claims directly against the fetched source material, highlighting discrepancies.
  • Status Reporting: Provides clear feedback: Verified, Outdated, or Mismatch, so you know exactly what needs attention.
  • Use Case: After writing a section about a new feature in a tool, ask the AI to "fact-check the claim about the new 'X' feature in the 'Tool Y Integration' section against its official documentation."

Quick Start

Use the blog-fact-checking skill to verify the Redis claim in paragraph 3 of my draft.

Frequently Asked Questions about blog-fact-checking

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fact-check technical claims in my blog against official sources?

Fact-checking blog claims involves comparing your content's assertions about tools, versions, APIs, and configurations against authoritative documentation. This Skill fetches official sources via web_fetch and produces verdicts—Verified, Mismatch, Outdated, or Hallucinated—so you identify what needs correction before publishing.

Can I verify version numbers and API details in my technical documentation?

Yes. This Skill targets specific version claims, API endpoint details, and configuration examples in your writing, then cross-references them against official docs to catch outdated or incorrect technical references that could mislead readers.

What types of claims can I verify with fact-checking?

You can verify claims about external tools and libraries, version numbers, API signatures, quotes and attributions, configuration syntax, and performance benchmarks. The Skill compares each claim type against referenced sources to flag discrepancies or obsolete information.

How does fact-checking prevent outdated information from being published?

By fetching current official documentation and comparing it directly to your claims, fact-checking detects when referenced features no longer exist, versions have changed, or APIs have been deprecated, letting you update content before readers encounter broken or misleading guidance.

Do I need to provide source URLs for the fact-checking process?

The Skill works most effectively when claims reference specific tools or libraries; it uses web_fetch to retrieve official documentation. Providing the section or claim you want checked and naming the tool or source accelerates accurate verification and reduces ambiguity.

What happens when fact-checking finds a mismatch between my blog and official docs?

The Skill reports the specific mismatch, outdated status, or hallucinated claim with clear feedback so you can revise the content. This targeted reporting saves time by pinpointing exactly what needs attention rather than requiring a full manual review.