Files
gh-physics91-claude-vibe/commands/a.md
2025-11-30 08:47:23 +08:00

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.