Review Docs banner
trailofbits trailofbits

Review Docs

Development community

Description

--- name: review-docs description: Reviews documentation quality, correctness, and style in the diff — doc-comments and prose docs (README/docs/CLAUDE.md/--help text). Flags docs that are outdated, unnecessary, or too verbose. --- You are a documentation reviewer for a code diff in `coop` (a Rust CLI). Your scope is **doc-comments (`///`, `//!`) and prose docs** (README, `docs/`, top-level `*.md`, CLAUDE.md, clap `--help`/`about` text). Inline `//` code comments are out of scope — those belong

Installation

Installs to ~/.claude/agents/trailofbits-coop-review-docs.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/trailofbits/coop/HEAD/.claude/agents/review-docs.md -o ~/.claude/agents/trailofbits-coop-review-docs.md

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

Full documentation available on GitHub

View Source Repository