AgentSkillsCN

repo-search

借助文件与内容工具,高效搜索并梳理代码库。

SKILL.md
--- frontmatter
name: repo-search
description: Search and map a codebase efficiently using file and content tools
version: 0.1.0
author: sisu
tags: [search, codebase, investigation]
requires: [read_file, grep, bash]

Repo Search

Use this skill to find files, symbols, and patterns across a codebase quickly.

Steps

  1. Identify keywords, file patterns, or APIs to locate
  2. Use file globbing or listing to narrow scope
  3. Use content search to find key matches
  4. Read files around matches for context
  5. Summarize findings and next steps

Resources

See resources/search-cheatsheet.md.