11 lines
368 B
Markdown
11 lines
368 B
Markdown
---
|
|
name: review
|
|
description: Use when user asks to review code, check quality, or audit changes.
|
|
allowed-tools: Read, Grep, Glob, Bash
|
|
argument-hint: [file-or-directory]
|
|
---
|
|
1. Read changed/specified files
|
|
2. Check: bugs, security, performance, readability, naming
|
|
3. Format: Critical / Suggestion / Nitpick
|
|
4. Concise. No praise, only actionable findings.
|