25 lines
596 B
Markdown
25 lines
596 B
Markdown
---
|
|
description: "[Express] Analyze code - alias for /analyze-code"
|
|
allowed-tools: Read, Glob, Grep
|
|
---
|
|
|
|
# Express Analyze (/a)
|
|
|
|
Quick alias for code analysis. Uses the same functionality as `/analyze-code`.
|
|
|
|
## Usage
|
|
- `/a` - Analyze current project
|
|
- `/a <file-path>` - Analyze specific file
|
|
- `/a security` - Focus on security analysis
|
|
- `/a perf` - Focus on performance analysis
|
|
|
|
$ARGUMENTS
|
|
|
|
Analyze for:
|
|
1. Code quality and maintainability
|
|
2. Performance bottlenecks
|
|
3. Security vulnerabilities
|
|
4. Best practice violations
|
|
|
|
Output findings with severity levels: CRITICAL, HIGH, MEDIUM, LOW.
|