What problem does it solve?
It helps you rapidly understand an unfamiliar part of a codebase through a read-only walkthrough, so you can make informed edits without guessing or repeating earlier discoveries.
Core Features & Use Cases
- Read-only code investigation: Gathers relevant entry points and walks the most important layers (documentation, entry points, core data model, hot paths, and tests).
- Question-driven scoping: Turns vague “tell me about this” requests into a narrow, actionable investigation plan.
- Navigation-ready results: Produces a concise summary with concrete file:line references for quick follow-up.
Quick Start
Use the grok skill to walk the code at the specified path and summarize how it works, focusing on the entry point, core types, hot paths, and relevant tests.