What problem does it solve?
It helps you understand what a codebase most likely does for a given question using cross-file, evidence-based reasoning—without editing or implementing changes.
Core Features & Use Cases
- Read-only deep analysis: Produces an explanation based on what the repository says, separating evidence from inference.
- Evidence-first ranking: Sorts competing explanations by confidence, and explicitly marks unknowns when the repo cannot conclude.
- Cross-file traceability: Targets questions that require following contracts, architecture, and behavior across multiple files.
- When to use: Use it before proposing modifications, when investigating “why” causes, or when you need a grounded understanding of system behavior.
Quick Start
Ask the skill to analyze the repository for the root cause of your issue, requiring file-cited evidence and a ranked explanation with stated confidence.