Skip to main content
在 Manus 中运行任何 Skill
一键导入

recursive-dep-trace-parallel

星标7
分支1
更新时间2026年4月10日 17:59

Recursively read every line of every file reachable from an entry script. Main Claude is the root coordinator. The root holds one queue of files-to-read. It dispatches workers in parallel batches (multiple Task calls in one message) to read those files. Every worker reads every single line of its assigned file and reports every external reference it sees — imports, `np.load` / `pickle.load` / `open(...)` / `h5py.File` / any path literal — as new items for the queue. The queue is drained to empty before anything is called done. Use whenever the user asks for recursive dependency tracing, "把每一行代码都读一遍", "确保每个文件都被读完", "并行追踪依赖", parallel dep tracing, or any task that requires exhaustive code+data closure analysis from a single entry point.

安装

用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。

SKILL.md
readonly