Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:47:23 +08:00
commit eb42d25f7b
51 changed files with 9966 additions and 0 deletions

24
commands/a.md Normal file
View 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.