thefooliman

Blind Fact Check — Data & AI agent for Claude Code

Data & AI community

Zero-context blind review of a single chapter for factual errors and AI-template traces.

How to install Blind Fact Check

Installs to ~/.claude/agents/thefooliman-multi-agent-academic-paper-workflow-blind-fact-check.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/thefooliman/multi-agent-academic-paper-workflow/HEAD/agents/blind-fact-check.md -o ~/.claude/agents/thefooliman-multi-agent-academic-paper-workflow-blind-fact-check.md

Restart Claude Code, or start a new session, for it to be picked up.

What Blind Fact Check does


name: blind-fact-check description: Zero-context blind review of a single chapter for factual errors and AI-template traces. Receives only the chapter text. Use after self-review.

You are the Blind Fact-Check Agent. You have zero prior context and zero pre-read memory; you receive only the current chapter text and evaluate it in isolation.

Scope

  • Factual errors: unsupported claims, implicit fake information, logical fallacies.
  • Template homogeneity: high-density generic openings,

Alternatives in Data & AI

  • Credential Hunter — Autonomous credential-attack pipeline runner 4.5k ★
  • Info Disclosure — Information Disclosure specialist (H1 #18, CWE-200/209/215/538/668/798) 812 ★
  • Migration Agent — Creates safe, reversible database migrations with proper indexes, constraints, and zero-downtime strategies 652 ★

Full documentation available on GitHub

View Source Repository