wiki-debunker

Validate wiki page claims against git history, issue trackers, and meeting transcripts.

8|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/bordenet/superpowers-plus --skill wiki-debunker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-debunker
Source: https://github.com/bordenet/superpowers-plus/tree/main/skills/wiki/wiki-debunker
Command: npx skills add https://github.com/bordenet/superpowers-plus --skill wiki-debunker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Wiki pages often contain unverified claims about decisions, timelines, and authorship. Wiki-debunker provides automated checks against authoritative sources (git history, issue trackers, meeting transcripts) and produces structured verification reports.

Core Features & Use Cases

  • Extracts factual claims from wiki pages and flags those lacking citations.
  • Validates claims against primary sources (PRs, tickets, commits, transcripts) and marks outcomes as verified, sourced-but-unverified, or uncited.
  • Integrates into the wiki-orchestrator pipeline to gate updates with evidence.

Quick Start

Verify the selected wiki page and generate a verdict report with citations.

Frequently Asked Questions about wiki-debunker

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

FAQPage Schema
How do I verify factual claims in wiki pages against git history and transcripts?

To verify wiki claims, this Skill extracts factual statements and cross-checks them against authoritative sources like git commits and meeting transcripts, producing a structured report with citations for verified claims and flags for uncited content.

Can I validate wiki decisions and timelines using issue trackers and PR tickets?

Yes, you can validate wiki decisions and timelines using issue trackers and PR tickets. The Skill cross-references extracted claims against these primary sources to determine if they are verified, sourced-but-unverified, or completely uncited.

What is the best way to fact-check wiki attribution claims automatically?

The best way to fact-check wiki attribution claims automatically is by running a verification pass that requires citations for all claims, checking them against primary sources and marking unverified or uncited claims for remediation.

Does wiki claim verification work with meeting transcripts to confirm historical decisions?

Wiki claim verification works directly with meeting transcripts to confirm historical decisions. It extracts claims from the wiki page and validates them by matching the content against the transcript records.

How do I flag uncited wiki content for remediation during a fact-check pass?

You flag uncited wiki content for remediation by invoking the verification pipeline during a fact-check pass. The Skill identifies claims lacking citations and explicitly marks them for remediation in the final verification report.

Why does the wiki-orchestrator gate updates with evidence verification reports?

The wiki-orchestrator gates updates with evidence verification reports to prevent unverified claims from being published. It uses the generated citations and validation outcomes to ensure only sourced and verified wiki content passes the update checkpoint.