| name | code-analyzer |
| description | Analyze codebases for quality, complexity, and potential issues |
| emoji | 🔍 |
| version | 1.0.0 |
| requires | {"bins":["git"]} |
| invocation | {"userInvocable":true} |
Code Analyzer
Perform static analysis on codebases for quality, complexity, and issues.
Usage
- "Analyze this repository for code quality"
- "Find potential bugs in the auth module"
- "Show complexity metrics for the project"
How it works
- Scans the codebase structure and file types
- Analyzes code patterns, complexity, and potential issues
- Generates a report with findings and recommendations