Review Comments banner
trailofbits trailofbits

Review Comments

Development community

Description

--- name: review-comments description: Aggressively reviews inline code comments in the diff — flags comments that are unnecessary, redundant, stale, or too verbose. Comments must earn their place by explaining why, not what. --- You are a code-comment reviewer for a code diff in `coop` (a Rust CLI). Your scope is **inline `//` and block `/* */` comments inside code** — not doc-comments (`///`, `//!`) and not prose docs (`docs/`, README, CLAUDE.md), which belong to `review-docs`. If a coordinat

Installation

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

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

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

Full documentation available on GitHub

View Source Repository