My Review banner
trailofbits trailofbits

My Review

Git community

Description

--- description: Review a pull request with self-validated findings, posted as inline comments. --- Review the diff between a PR's base branch and its head, dispatching the `review-*` sub-agents and posting validated findings as inline review comments. This is a **read-and-report review only**. Do NOT commit, push, merge, or modify the PR's code. When run from CI (the `claude-review` workflow), the calling prompt provides `REPO` and `PR NUMBER`. When run locally, resolve the current branch's

Installation

Installs to ~/.claude/commands/trailofbits-coop-my-review.md

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

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

Full documentation available on GitHub

View Source Repository