Claude Tools / Commands / /review

Illustrative named canned action

/review

Review the current diff and return prioritized, actionable findings.

review
PreviewSource shapeAudit notes
$starter/commands/review

Template 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

  1. The user invokes the command by name
  2. Arguments are parsed and validated
  3. The command performs its defined action
  4. A stable result or status is returned

Audit lens

What Bear Brown 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

More Commands

← Back to Commands