Skill: Repo Audit
Analyze the repository structure and provide an overview.
Steps
- •List the project directory structure.
- •Identify the main source files and modules.
- •Check for configuration files (pyproject.toml, setup.py, etc.).
- •Identify test files and their coverage.
- •Check for any linting/formatting configuration.
- •Provide a summary of the project structure.
Output format
- •Project structure overview
- •Main modules and their purposes
- •Testing setup
- •Configuration files found