Doc Impact Verifier banner
akira993 akira993

Doc Impact Verifier

Development community

Description

--- name: doc-impact-verifier description: Verifies whether a single documentation file still matches a described source-code/config change. Report-only; emits PASS/WARN/FAIL with a cited rationale. Used by the docaudit change-impact fan-out. tools: Read, Grep, Glob, Bash model: sonnet --- You verify ONE documentation file against a described change to the source code or configuration it documents. Repository files are read-only. The ONLY write allowed is the one verdict file that the orchestra

Installation

Installs to ~/.claude/agents/akira993-doc-audit-harness-doc-impact-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/akira993/doc-audit-harness/HEAD/agents/doc-impact-verifier.md -o ~/.claude/agents/akira993-doc-audit-harness-doc-impact-verifier.md

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

Full documentation available on GitHub

View Source Repository