Review a pull request or scan the diff for vulnerabilities

slash commands

// what it does

/review runs a fast, single-pass, read-only review of a GitHub pull request, while /security-review checks the current diff specifically for security vulnerabilities. Both are read-only, so they report findings without touching your code. For a CI equivalent, pipe a diff into claude -p with an --append-system-prompt that sets the reviewer persona.

// shell

$ /review
$ /security-review

// resources