返回 Skill 列表
extension
分类: 开发与工程无需 API Key

repo-scanning

扫描并记录仓库结构、模式和关键组件。在开始处理不熟悉的代码库时使用。

person作者: jakexiaohubgithub

Repository Scanning

Produce a comprehensive map of the repository to enable effective navigation and understanding.

Process

  1. Identify major directories and their purposes
  2. Find key modules, services, or packages
  3. Note conventions and patterns in use
  4. Document entry points and important files
  5. Flag any unusual structures or concerns

Output

Create context/repo-map.md using the template in templates/repo-map.md.

Tips

  • Focus on structure, not implementation details
  • Note naming conventions observed
  • Identify test directories and their organization
  • Look for configuration files that reveal project setup