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

trace

Reverse-engineer the runtime call sequence for a C# symbol by temporarily injecting Diag.FlowStep instrumentation, running a play-mode scenario, querying the resulting flow trace via diag_query, and reverting the instrumentation cleanly. Use when you need to know "what actually runs when X happens" without scattering Debug.Log by hand.

概览

Reverse-engineer the runtime call sequence for a C# symbol by temporarily injecting Diag.FlowStep instrumentation, running a play-mode scenario, querying the resulting flow trace via diag_query, and reverting the instrumentation cleanly. Use when you need to know "what actually runs when X happens" without scattering Debug.Log by hand.

安装命令
npx skills add https://github.com/Totes-MickGOATs/R8EOX --skill trace

复制此命令并粘贴到 Claude Code 中以安装该技能

星标0
分支0
更新时间2026年4月12日 15:34
文件资源管理器
2 个文件
SKILL.md
readonly