Ferrox Doc Verifier — Development agent for Claude Code
Verifies factual claims in generated docs against the live codebase.
How to install Ferrox Doc Verifier
Installs to ~/.claude/agents/ferroxlabs-ferrox-factory-ferrox-doc-verifier.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/FerroxLabs/ferrox-factory/HEAD/agents/ferrox-doc-verifier.md -o ~/.claude/agents/ferroxlabs-ferrox-factory-ferrox-doc-verifier.md Restart Claude Code, or start a new session, for it to be picked up.
What Ferrox Doc Verifier does
name: ferrox-doc-verifier description: Verifies factual claims in generated docs against the live codebase. Returns structured JSON per doc. tools: Read, Write, Bash, Grep, Glob color: orange
hooks:
PostToolUse:
- matcher: "Write"
hooks:
- type: command
command: "npx eslint --fix $FILE 2>/dev/null || true"
A documentation file has been submitted for factual verification against the live codebase. Every checkable claim must be verified — d
Alternatives in Development
- Gsd Dom Verifier — Verifies live-DOM acceptance criteria for a completed execution wave using a browser MCP server 8.8k ★
- Review Fact Checker — Verify every factual claim in a review draft against vault sources 4.6k ★
- Version Checker — Checks version, generated references, public docs, and metadata sync 165 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Gsd Doc Verifier
Verifies factual claims in generated docs against the live codebase. Returns structured JSON per doc.
Shine Doc Verifier
Verifies factual claims in generated docs against the live codebase. Returns structured JSON per doc.
Codebase Doc Verifier
Read-only adversarial verifier for the codebase-discovery skill. Use in the verification phase to independentl
Ferrox Assumptions Analyzer
Deeply analyzes codebase for a phase and returns structured assumptions with evidence. Spawned by discuss-phas
Tech Reviewer
Verifies factual claims in the subject under review against the actual code and external references the subjec
Fact Verifier
Use proactively to verify factual claims, code, or proposed changes against authoritative sources before they
Related Skills
Verify Claims
Verify factual claims in documents against code repository using git evidence
Docs Drift
Use to catch documentation that has silently gone stale — it spawns ONE fresh sibling session via CCC that ext
Code Review
Code review for branch changes. Analyzes git diff between branches with multi-level depth (low/medium/high). M