lumi-verify

Verify wiki notes against cited sources using three isolated reviewer agents.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/MathematicGuy/team-006-vin20k --skill lumi-verify-mathematicguy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lumi-verify
Source: https://github.com/MathematicGuy/team-006-vin20k/tree/main/lumina-wiki/.agents/skills/lumi-verify
Command: npx skills add https://github.com/MathematicGuy/team-006-vin20k --skill lumi-verify-mathematicguy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? AI-generated wiki entries can contain fabricated claims, wrong figures, or statements unsupported by their cited sources. This Skill audits wiki notes against the raw materials they cite, flagging unsupported, contradictory, or drifted claims before they spread. ## Core Features & Use Cases - Three isolated reviewers: A Blind reviewer (entry text only), a Grounding reviewer (entry plus raw source files and graph edges), and an optional External reviewer (confirmatory plus adversarial web searches) run with deliberately separated context to avoid anchoring bias. - Four-bucket triage: Findings are classified as decision_needed, patch, defer, or dismiss, merged across reviewers, and written to entry frontmatter as verify_status and findings fields. - Drift and provenance gates: Entries with missing raw files are marked drift_detected, entries without provenance are skipped, and decision_needed findings halt the run for user confirmation. - Use Case: After AI generates new wiki pages from research PDFs, run the verification across all sources entries to catch a hallucinated benchmark figure (e.g. 97.3% vs the actual 86.4% in the paper) before sharing the wiki. ## Quick Start Ask the agent to run /lumi-verify --all to fact-check every sources entry in the wiki against its cited raw files.

Frequently Asked Questions about lumi-verify

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

FAQPage Schema
How do I fact-check AI-generated wiki notes against their sources?▼

Run /lumi-verify with a page slug, --all, or --since <date>. It launches isolated reviewers that cross-check each claim in sources entries against the raw files listed in raw_paths and reports findings without editing note body text.

How to verify wiki pages with web search?▼

Pass the --external flag to add the External reviewer, which runs a confirmatory search plus a mandatory adversarial query (<claim> debunked|criticism|alternative). Contradicting evidence produces a decision_needed finding that halts the run for your confirmation.

Does lumi-verify edit my wiki notes automatically?▼

No. It never modifies body text. It only writes verify_status and findings fields to entry frontmatter through the wiki.mjs set-meta command, and all findings are advisory for user review.

What happens when cited source files are missing?▼

The preflight check tests each path in raw_paths. If any file is missing, the entry gets verify_status drift_detected, the Grounding reviewer is skipped cleanly, and the missing paths are logged in the run report.

Can lumi-verify run without sub-agent support?▼

Yes. When the Agent tool is unavailable, it writes per-reviewer prompt files to _lumina/_state/verify-prompts/<slug>/ and halts. You run each prompt in a fresh session and paste the findings back to continue.

Which wiki pages does lumi-verify check?▼

Only sources/* entries are verified in v0.9; other page types receive verify_status not_applicable and are skipped. Entries lacking provenance or raw_paths are marked skipped without running reviewers.