AgentSkillsCN

cqs-gather

智能整合上下文——以种子搜索为基础,辅以调用图的广度优先遍历扩展。

SKILL.md
--- frontmatter
name: cqs-gather
description: Smart context assembly — seed search + call graph BFS expansion.
disable-model-invocation: false
argument-hint: "<query> [--expand 1] [--direction both|callers|callees] [--limit 10]"

Gather

Call cqs_gather MCP tool. Parse arguments:

  • First positional arg = query — semantic search query (required)
  • --expand <n> → BFS expansion depth (default 1, max 5)
  • --direction <d> → expansion direction: both, callers, callees (default both)
  • --limit <n> → max results (default 10)

Returns seed search results expanded via call graph traversal. One call for "show me everything related to X". Cap: 200 nodes.