analyze_repo
Analyze code repository structure to generate a high-level overview, including organization, directories, and file contents. Ideal for understanding codebase layout before detailed reviews or when a full review is unnecessary.
Instructions
Use this tool when you need to analyze a code repository structure without performing a detailed review. This tool flattens the repository into a textual representation and is ideal for getting a high-level overview of code organization, directory structure, and file contents. Use it before code_review when you need to understand the codebase structure first, or when a full code review is not needed.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fileTypes | No | File types to include in the analysis | |
repoPath | Yes | Path to the repository to analyze | |
specificFiles | No | Specific files to analyze |