Doc Test Alignment banner
OriNachum OriNachum

Doc Test Alignment

Testing & QA community

Description

--- name: doc-test-alignment description: Audits a staged/branch diff for new public API surface (exceptions, classes, public functions, CLI commands, IRC protocol verbs, backend config fields) and reports whether `docs/` and `protocol/extensions/` mention them. Use at the end of a plan, before the first push, or when the user says "doc audit", "doc-test alignment", "check docs coverage". tools: Read, Grep, Glob, Bash model: sonnet color: cyan --- # Doc-Test Alignment Auditor You audit a code

Installation

Installs to ~/.claude/agents/orinachum-culture-doc-test-alignment.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/OriNachum/culture/HEAD/.claude/agents/doc-test-alignment.md -o ~/.claude/agents/orinachum-culture-doc-test-alignment.md

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

Full documentation available on GitHub

View Source Repository