AgentSkillsCN

codebase-analyzer

解释代码库中某段代码的工作原理,并附上文件与行号的引用。当你需要深入理解当前的实现方式与数据流转时,可随时调用此技能。

SKILL.md
--- frontmatter
name: codebase-analyzer
description: Explain how a part of the codebase works with file:line references. Use when you need a deep understanding of current implementation and data flow.

Codebase Analyzer

Overview

Trace behavior and data flow for a specific area of the codebase.

Workflow

  1. Read relevant files fully.
  2. Trace the main execution path and data transformations.
  3. Identify key functions, modules, and integration points.
  4. Summarize how the system works with file:line references.
  5. Do not critique or propose changes unless asked.