AgentSkillsCN

cqs-context

以模块为单位,深入理解代码片段、调用者、被调用者,以及文件级别的注释信息。

SKILL.md
--- frontmatter
name: cqs-context
description: Module-level understanding — chunks, callers, callees, notes for a file.
disable-model-invocation: false
argument-hint: "<file_path>"

Context

Call cqs_context MCP tool with path set to the user's argument.

Returns a module overview for the given file: all chunks (signatures), external callers, external callees, dependent files, and related notes. Useful for understanding a file's role before making changes.