AgentSkillsCN

cqs-callees

查找由指定函数调用的其他函数——依赖性分析。

SKILL.md
--- frontmatter
name: cqs-callees
description: Find functions called by a given function. Dependency analysis.
disable-model-invocation: false
argument-hint: "<function_name>"

Callees

Call cqs_callees MCP tool with name set to the user's argument.

Shows all functions called by the named function. Useful for understanding what a function depends on.