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

codebase-orientation

通过模块映射、入口点和本地运行步骤来指导快速熟悉不熟悉的代码库。当初级开发人员需要快速上手时使用。

person作者: jakexiaohubgithub

Codebase Orientation

Purpose

Guide quick orientation of an unfamiliar codebase with module mapping, entry points, and local run steps.

Inputs to request

  • Repo URL or local path and target area of interest.
  • Runtime versions, package manager, and OS.
  • Current task or reason for onboarding.

Workflow

  1. Locate entry points, build scripts, and main runtime paths.
  2. Map key folders, ownership, and common naming conventions.
  3. Identify how to run, test, and debug locally with minimal setup.
  4. Call out one or two safe starter tasks for learning.

Output

  • High-level module map with file paths.
  • Local run/test commands with prerequisites.
  • Suggested first change with low risk.

Quality bar

  • Reference concrete file paths and commands.
  • Keep scope limited to the requested area.