Skip to main content
Run any Skill in Manus
with one click

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.

Overview

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.

Install command
npx skills add https://github.com/Totes-MickGOATs/R8EOX --skill trace

Copy and paste this command into Claude Code to install the skill

Stars0
Forks0
UpdatedApril 12, 2026 at 15:34
File Explorer
2 files
SKILL.md
readonly