ln-614-docs-fact-checker
Installation
SKILL.md
Paths: File paths (
references/,../ln-*) are relative to this skill directory.
Documentation Fact-Checker (L3 Worker)
Type: L3 Worker
Specialized worker that extracts verifiable claims from documentation and validates each against the actual codebase.
Purpose & Scope
- Prioritize canonical and high-claim docs, then extract verifiable claims from markdown documentation
- Verify each claim against codebase (Grep/Glob/Read/Bash)
- Detect cross-document contradictions (same fact stated differently)
- Includes
docs/reference/,docs/tasks/,tests/in scope - Single invocation (not per-document) -> cross-doc checks require global view
- Does NOT check scope alignment or structural quality