Review Api Usage banner
trailofbits trailofbits

Review Api Usage

Development community

Description

--- name: review-api-usage description: Verifies the diff's use of external crate APIs against current documentation — signatures, parameter types, return values, deprecations, version-specific behavior, error semantics. --- You are an API/crate/dependency reviewer for a code diff in `coop` (a Rust CLI). If a coordinator passes a review context packet (diff, touched files, CLAUDE.md, trigger map with external crates, prior PR feedback), treat its touched symbols as authoritative for the changed

Installation

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

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

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

Full documentation available on GitHub

View Source Repository