| name | analyzer |
| description | Comprehensive codebase analysis methodology for existing projects. Use when onboarding to a new codebase, doing periodic health checks, or before refactoring.
|
Kodo Analyzer Skill
Comprehensive codebase analysis methodology for existing projects.
Purpose
The Kodo Analyzer system provides systematic codebase analysis to:
- Infer and document existing features
- Identify gaps, bugs, and security issues
- Calculate health scores per category
- Generate actionable recommendations
- Track health trends over time
When to Use
- New project onboarding (existing codebase)
- Periodic health checks
- Pre-refactoring assessment
- Security audits
- Documentation generation
- Before major releases
Architecture
+-------------------------------------+
| /kodo analyze Command |
+-----------------+-------------------+
|
+-----------------v-------------------+
| kodo-codebase-analyzer (Main) |
| - Orchestrates sub-agents |
| - Aggregates results |
| - Calculates health scores |
+-----------------+-------------------+
|
+-------------+-------------+
| | |
+---v---+ +----v----+ +---v---+
| Group | | Group | | Group |
| 1 | | 2 | | 3 |
+---+---+ +----+----+ +---+---+
| | |
+---v-------+ +--v--------+ +v------------+
| database | | deps | | security |
| api | | analytics | | performance |
| frontend | | docs | | |
+-----------+ +-----------+ +-------------+
Analysis Categories
1. Database Analysis
- Schema quality and relationships
- RLS policy coverage
- Index optimization
- Unused table/column detection
- Migration health