Performs security-focused differential review of code changes
Copy the command definition below into:
~/.claude/commands/trailofbits-diff-review.md---
name: trailofbits:diff-review
description: Performs security-focused differential review of code changes
argument-hint: "<pr-url|commit-sha|diff-path> [--baseline <ref>]"
allowed-tools: Read Write Grep Glob Bash
---
# Differential Security Review
**Arguments:** $ARGUMENTS
Parse arguments:
1. **Target** (required): PR URL, commit SHA, or diff path
2. **Baseline** (optional): `--baseline <ref>` for comparison reference
Invoke the `differential-review` skill with these arguments for the full workflow.