What problem does it solve?
This Skill reduces the time and friction of onboarding to unfamiliar code by tracing imports, call chains, and data flows to produce a concise context analysis that highlights where to change code and what side effects to expect.
Core Features & Use Cases
- Entry detection: Auto-detects the entry file for a given folder using common heuristics and package.json when present.
- Reference tracing: Recursively traces internal imports and call chains (depth 2–3 by default) and distinguishes internal vs external dependencies.
- Concise reporting: Produces a short flow diagram, one-to-two sentence module summaries, data flow notes, side-effect highlights, and a suggested reading order for quick impact analysis.
- Use cases: Onboarding to a new project, pre-bug-investigation, code review preparation, pre-refactor impact assessment.
Quick Start
Ask the skill to analyze the path to the target file or folder and produce a concise Code Context Analysis Report following the specified output format.