700 B
700 B
name, description
| name | description |
|---|---|
| scan-codebase | Comprehensive codebase scan and structure mapping |
Perform a comprehensive codebase scan by:
-
Use bash tools to scan the project structure respecting .gitignore
-
Exclude common directories: node_modules, .git, pycache, venv, dist, build
-
Generate a hierarchical file tree
-
Provide statistics:
- Total files by type
- Directory structure overview
- Language breakdown
- Key directories identified
-
Identify patterns:
- Project type (React, Django, Go, etc.)
- Architecture style (MVC, microservices, etc.)
- Key entry points
- Configuration files
Present results as organized report with tree structure and statistics.