From differential-review
Performs a security-focused differential review of code changes from a PR URL, commit SHA, or diff path, optionally against a baseline reference.
How this command is triggered — by the user, by Claude, or both
Slash command
/differential-review:diff-review <pr-url|commit-sha|diff-path> [--baseline <ref>]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# 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.
Arguments: $ARGUMENTS
Parse arguments:
--baseline <ref> for comparison referenceInvoke the differential-review skill with these arguments for the full workflow.
13plugins reuse this command
First indexed Jan 29, 2026
Showing the 6 earliest of 13 plugins
npx claudepluginhub sandbox-open-tools/skills --plugin differential-review/diff-reviewPerforms a security-focused differential review of code changes from a PR URL, commit SHA, or diff path, optionally against a baseline reference.
/diff-auditPR / commit-scoped differential audit — audits only changed functions (plus 1-hop callers), flags removed security checks, and prioritizes by risk × blast radius.
/securityRuns local security review on git changes vs base branch (default: main), scanning for OWASP Top 10 vulnerabilities, secrets exposure, and anti-patterns. Outputs PASS/WARN/CRITICAL_FAIL verdict, findings, and JSON.
/orch-reviewRuns the orch-review workflow over a diff from local changes or a GitHub PR, returning blocking and advisory findings with adversarial verification.
/diffCompares security scans between git refs <base-ref> [<head-ref>], reports new/fixed vulnerabilities, severity changes, regression score, and attack surface diffs.
/perform-security-reviewPerforms thorough security review of code changes via spec file, git-diff range, file paths, or auto-detects from git state.