Systematically analyze codebases to identify consolidation opportunities, document architecture, and generate actionable insights.
Don't use for: Single file analysis, quick bug fixes, simple feature additions
| Code Duplication | Find duplicate/similar code blocks | | Architectural Structure | System architecture and component relationships | | Code Organization | Module structure and separation of concerns | | Refactoring Opportunities | Large files, complex functions | | Technical Debt | TODOs, missing tests, outdated deps |
Analysieren, konsolidieren und dokumentieren Sie Codebasen durch multiperspektivische Analyse. Verwenden Sie es, wenn Sie die Projektstruktur überprüfen, Refactoring planen, Dokumentation erstellen oder technische Schulden bewerten. Quelle: d-o-hub/rust-self-learning-memory.