investigate

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Investigate

调查研究

Research the codebase and provide a clear, direct answer to the question.
研究代码库并针对问题提供清晰、直接的答案。

Approach

方法

  1. Search — Search the codebase for relevant files, functions, and patterns
  2. Read — Read necessary files to understand the implementation
  3. Gather context — Use tools as needed to collect comprehensive information
  4. Answer — Provide a clear, direct answer using your findings
  1. 搜索 — 在代码库中搜索相关文件、函数和模式
  2. 阅读 — 阅读必要的文件以理解实现逻辑
  3. 收集上下文 — 根据需要使用工具来收集全面信息
  4. 解答 — 利用你的研究结果提供清晰、直接的答案

Answer Format

答案格式

  • Present in Linear-compatible markdown
  • Use
    +++Section Name\n...\n+++
    for collapsible sections with detailed information
  • Include code references with file paths and line numbers
  • For @mentions, use the Linear profile URL format from
    <assignee>
    context (e.g.
    https://linear.app/<workspace>/profiles/<username>
    )
  • Be complete but concise — answer the question directly without unnecessary preamble
  • 使用兼容Linear的Markdown格式呈现
  • 对于包含详细信息的可折叠部分,使用
    +++章节名称\n...\n+++
    格式
  • 包含带有文件路径和行号的代码引用
  • 提及@用户时,使用
    <assignee>
    上下文中的Linear个人资料URL格式(例如:
    https://linear.app/<workspace>/profiles/<username>
  • 内容完整且简洁——直接回答问题,无需多余的开场白