AgentSkillsCN

tv-spelunk

在代码库中搜索特定模式,并优先展示搜索结果的前几项。

SKILL.md
--- frontmatter
name: tv-spelunk
description: "Search codebase for a pattern and open top hits."

TV Spelunk

Workflow

  • Run rg -n "<pattern>" src (include docs when needed).
  • Open top 2-3 hits with sed -n '1,240p' <file>.
  • Summarize findings.