What problem does it solve?
This Skill helps developers investigate unfamiliar code, understand how it fits together, and validate changes without relying solely on fragile text searches.
Core Features & Use Cases
- Symbol and Module Analysis: Locate ownership, structure, implementations, and exact function or class bodies.
- Relationship and Pattern Discovery: Trace definitions, references, call hierarchies, types, and structural patterns with LSP and AST tools.
- Diagnostics and Safe Editing: Inspect relevant code before editing, dry-run structural replacements, and run focused diagnostics after coherent changes.
- Use Case: When debugging a multi-file feature, identify the responsible modules, trace callers and implementations, inspect the relevant symbols, apply a targeted structural change, and verify the result with diagnostics.
Quick Start
Ask the code-intelligence skill to trace the implementation and callers of the target function, inspect its body, and report any relevant diagnostics.