Claude Tools / Commands / /review
Illustrative named canned action
/review
Review the current diff and return prioritized, actionable findings.
reviewTemplate signals
Status
Draft
Audit
Not run
Collection
Commands
Anatomy
What it contains
- A Markdown command file
- A concise purpose and argument contract
- A repeatable prompt or execution recipe
Lifecycle
How it works
- The user invokes the command by name
- Arguments are parsed and validated
- The command performs its defined action
- A stable result or status is returned
Audit lens
What Zebonastic would check
- Arguments cannot silently expand scope
- Prompt text resists instruction injection
- Side effects are explicit before execution
Content preview
Command content
Editable starter content7 lines
---
description: Review the current diff and return prioritized findings.
argument-hint: [base-branch]
allowed-tools: Read, Grep, Glob, Bash(git diff:*)
---
Review the diff against the requested base branch. Return findings first, then a short coverage summary.Related