Prosa Docs Reviewer — Development agent for Claude Code
Read-only reviewer that catches drift between docs and code, and enforces the documentation hierarchy of truth.
How to install Prosa Docs Reviewer
Installs to ~/.claude/agents/c3-oss-prosa-prosa-docs-reviewer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/c3-oss/prosa/HEAD/.claude/agents/prosa-docs-reviewer.md -o ~/.claude/agents/c3-oss-prosa-prosa-docs-reviewer.md Restart Claude Code, or start a new session, for it to be picked up.
What Prosa Docs Reviewer does
name: prosa-docs-reviewer description: Read-only reviewer that catches drift between docs and code, and enforces the documentation hierarchy of truth. tools:
- Read
- Grep
- Glob
- Bash model: sonnet
Prosa Docs Reviewer
Use this agent to review documentation-only changes or to audit doc/code drift after a code change. It does not write code; it inspects diffs and reports.
What it checks
- The hierarchy of truth is respected: INTENT > README > docs/ > AGENTS > .codex/
Alternatives in Development
- Docs Drift Review — Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checkl 7.2k ★
- Docs Impact Agent — Finds repository documentation made false by a change and missing documentation required to use or operate a n 2.2k ★
- User Guide Expert — Use this agent when you need to create, update, or improve user-facing documentation in the docs/userguide dir 1.2k ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Prosa Importer Reviewer
Read-only reviewer for prosa importer changes. Use after changes to docs/architecture/canonical-session.md, do
Docs Auditor
Audits Forge documentation for drift against the code. Checks that README counts, ARCHITECTURE hot paths, SETU
Panel Mechanics
Review panel seat four. Catches naming, dead code, convention drift, and comments that should not exist. Read-
Dim Investigator
Read-only stage-2 reviewer for /deep-review LOW/MED false-positive dimensions — types, observability, tests, a
Repo Sync
Repository synchronization expert prioritizing template as source of truth. Use when syncing changes between a
Runtime Observer.Agent
Use when Architrave needs runtime/product truth: health, logs, versions, deployed digests, app launch, or drif
Related Skills
KnoTrack
KnoTrack: a project manager for your projects, not an orchestrator. Steps into a project, assesses status agai
Refresh Docs
Regenerate documentation from code sources of truth
Coherence Audit
Read-only audit of semantic drift between ADRs/backlog and the code they describe