analyze-repository
Analyze repository code for dependencies, complexity, and specific file patterns. Customize depth and focus areas to optimize insights into code structure and behavior.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
depth | No | Analysis depth - higher values analyze more deeply but take longer (1-5) | |
includeComplexity | No | Include complexity metrics in the results | |
includeDependencies | No | Include dependency analysis in the results | |
repositoryUrl | Yes | URL of the repository to analyze (e.g., 'https://github.com/username/repo') | |
specificFiles | No | Specific files to analyze, can include glob patterns (e.g., ['src/*.ts', 'lib/utils.js']) |