Verify Claim Faithfulness banner
joshzyj joshzyj

Verify Claim Faithfulness

Development community

Description

--- name: verify-claim-faithfulness description: A verification agent that independently checks, at the sentence level, whether each cited source actually SUPPORTS the prose claim attributed to it — distinct from whether the reference exists. For every (claim sentence, citation) pair it decomposes the sentence into atomic sub-claims (direction, magnitude, population, causal status), retrieves the cited source's actual text via the tier chain (Knowledge Graph full-text → Zotero PDF → open-access

Installation

Installs to ~/.claude/agents/joshzyj-open-scholar-skill-verify-claim-faithfulness.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/joshzyj/open-scholar-skill/HEAD/.claude/agents/verify-claim-faithfulness.md -o ~/.claude/agents/joshzyj-open-scholar-skill-verify-claim-faithfulness.md

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

Full documentation available on GitHub

View Source Repository