explore-codebase
Installation
SKILL.md
Explore Codebase
Use the code-review graph to understand the repository before editing.
Core Rules
- Always start with
get_minimal_context_tool(task="<your task>"). - Use
detail_level="minimal"unless more detail is needed. - Prefer graph results for architecture, communities, flows, hubs, bridges, and impact paths.
- If graph tools are unavailable or empty, continue with
rg, manifests, README files, and config inspection.