What problem does it solve?
This Skill turns raw source code into an IDE-friendly, step-by-step reading navigation map so engineers can follow real execution flow without getting lost in dispatch, wrapper, or bridge layers and can distinguish confirmed versus unconfirmed call chains.
Core Features & Use Cases
- Three-layer execution flow: high-level overview, detailed source-reading sequence, and focused drill-downs for 1–3 complex nodes.
- PlainUML sequence and structure diagrams: function-level sequence diagrams and a static class/module diagram annotated for entry, dispatch, and backend roles.
- Layered key-function table and terminology: a function table with explicit "why not skip" and "next step" guidance, plus inline project-specific term explanations.
- Use Case: use when you need to follow execution across dispatch/adaptor layers, map calls back to IDE-reading order, or produce reproducible per-function reading tasks for reviewers.
Quick Start
Analyze the provided codebase and produce an IDE-friendly step-by-step source reading navigation map starting from the specified entry function.