Initial commit
This commit is contained in:
24
commands/a.md
Normal file
24
commands/a.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
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.
|
||||
Reference in New Issue
Block a user