What problem does it solve?
Documentation drifts from the code it describes, and page-level audits average over paragraph-level inaccuracies. This Skill fact-checks specific documentation pages claim by claim against the actual source code, returning per-claim verdicts (GROUNDED, PARTIAL, CONTRADICTED, UNSUPPORTED) with file:line evidence citations.
Core Features & Use Cases
- Claim extraction: Extracts up to 15 atomic factual claims per page as structured JSON with grep-able keywords and expected source areas.
- Deterministic evidence retrieval: Uses ripgrep/grep over the source tree (no LLM) so the judge can only rule on real evidence, preventing hallucinated grounding.
- Adversarial judging: A skeptical judge prompt rules each claim-evidence tuple and cites specific file:line proof, with fix suggestions for contradicted claims.
- Use Case: A maintainer asks "verify the registries.md page against the source code" and receives a per-claim report showing which sentences are grounded, which drifted, and exactly where the code disproves them.
Quick Start
Ask the agent to verify a specific documentation page against the source code, for example: fact-check the install command reference page claim by claim.