review-perf
Installation
SKILL.md
Review Performance
Performance analysis for common bottlenecks and inefficiencies.
Usage
/review-perf # Review context-related code
/review-perf --staged # Review staged changes
/review-perf --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 |