review-security
Installation
SKILL.md
Review Security
Security audit for common vulnerabilities and unsafe patterns.
Usage
/review-security # Review context-related code
/review-security --staged # Review staged changes
/review-security --all # Full codebase audit (parallel agents)
Scope
| Flag | Scope | Method |
|---|---|---|
| (none) | Context-related code | Files from the current conversation context: any files the user has discussed, opened, or that you have read/edited in this session. If no conversation context exists, ask the user to specify files or use --staged/--all. |
--staged |
Staged changes | git diff --cached --name-only |
--all |
Full codebase | Glob source files, parallel agents |