AgentSkillsCN

Repo Audit

仓库审计

SKILL.md

Skill: Repo Audit

Analyze the repository structure and provide an overview.

Steps

  1. List the project directory structure.
  2. Identify the main source files and modules.
  3. Check for configuration files (pyproject.toml, setup.py, etc.).
  4. Identify test files and their coverage.
  5. Check for any linting/formatting configuration.
  6. Provide a summary of the project structure.

Output format

  • Project structure overview
  • Main modules and their purposes
  • Testing setup
  • Configuration files found