| packageVersion | 1.0.0 |
|---|---|
| packageId | developer |
Analyze code quality, identify potential issues, and suggest improvements.
- Reviews code structure and patterns
- Identifies potential bugs and anti-patterns
- Suggests refactoring opportunities
- Checks for security vulnerabilities
- Evaluates code maintainability
/analyze-code [path or current file]
Provides structured analysis with:
- Code quality score
- List of issues found with severity
- Specific suggestions for improvement
- References to best practices
- Run before code reviews
- Use when refactoring legacy code
- Apply to critical code paths regularly