Accuracy Checker banner
xiaolai xiaolai

Accuracy Checker

Research community

Description

--- name: accuracy-checker description: Use this agent for deep analysis of documentation accuracy — reads both code and docs to find mismatches in API signatures, parameter descriptions, return values, examples, and behavioral claims. <example> Context: Verifying documentation correctness user: "Check if our docs actually match the code" assistant: "I'll use the accuracy-checker agent to compare code against documentation for mismatches." <commentary> Accuracy checking requires rea

Installation

Installs to ~/.claude/agents/xiaolai-docs-guardian-for-claude-accuracy-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/xiaolai/docs-guardian-for-claude/HEAD/agents/accuracy-checker.md -o ~/.claude/agents/xiaolai-docs-guardian-for-claude-accuracy-checker.md

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

Full documentation available on GitHub

View Source Repository