Documentation
README
Code Analysis
$ARGUMENTS
Analyze code quality, complexity, and patterns.
Usage
/analyze [path] [--type=<type>]
What This Command Does
- Scans codebase or specific path
- Analyzes code quality metrics
- Identifies patterns and anti-patterns
- Reports findings with recommendations
Analysis Types
| Type | Description |
|---|---|
quality |
Code quality metrics (default) |
security |
Security vulnerability scan |
complexity |
Cyclomatic complexity |
dependencies |
Dependency analysis |
coverage |
Test coverage gaps |
Output Format
This is the opening of the README. Read the full README on GitHub.