c3-oss

Prosa Docs Reviewer — Development agent for Claude Code

Development community

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

Terminal
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

  1. 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 Repository