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

file-searcher

使用file_search在工作区中搜索指定模式。

person作者: jakexiaohubgithub

When to use

  • User asks "where is X used/defined" or "find occurrences of pattern".

Procedure

  1. Translate the question into a concise regex pattern.
  2. Call file_search:
    • pattern: the regex
    • optional extensions: narrow to .cs,.md,.proto etc
  3. Return results as a short list: file + line + snippet.
  4. If truncated, narrow the search (extensions / more specific pattern) and repeat.