What problem does it solve?
This Skill provides AI agents with structured answers about a codebase, moving beyond simple file searching and import tracing to offer deep insights into code structure, dependencies, and architecture.
Core Features & Use Cases
- Code Exploration: Quickly find symbols, definitions, and references across the entire codebase.
- Dependency Analysis: Understand what files depend on each other and visualize these relationships.
- Architectural Insights: Detect circular dependencies, analyze code complexity, and identify architectural issues.
- Use Case: An AI agent needs to understand the impact of changing a core utility function. It uses
dora refs to find all usages and dora rdeps to see all files that depend on it, providing a comprehensive impact analysis.
Quick Start
Use the dora skill to find all references to the symbol 'AuthService' in the codebase.