AgentSkillsCN

research-codebase

为解答某一研究问题,对当前代码库进行完整记录与文档化。当用户希望了解当前行为的运行机制,却不愿提出改动建议时,此技能将为你提供有力支持。

SKILL.md
--- frontmatter
name: research-codebase
description: Document the codebase as it exists today to answer a research question. Use when the user wants explanations or mapping of current behavior without proposing changes.

Research Codebase

Overview

Provide a technical map of existing behavior only. No recommendations, critiques, or future changes unless explicitly requested.

Workflow

  1. If no research question is provided, ask for one.
  2. Read any mentioned files fully before delegating research.
  3. Decompose the question into sub-areas and research them in parallel (locate files, analyze flows, find patterns, check thoughts docs).
  4. Read all files found and synthesize findings.

Output Expectations

  • Describe what exists, where it lives, and how components interact.
  • Include file:line references.
  • Avoid root-cause analysis and design advice unless asked.