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.

Workflow

  1. Get compact context with get_minimal_context_tool.
  2. Build or update the graph if it is empty or stale.
  3. Use get_architecture_overview_tool() for major boundaries.
  4. Use list_communities_tool(detail_level="minimal") to identify modules.
  5. Use list_flows_tool(detail_level="minimal") for execution paths.
  6. Use get_hub_nodes_tool() and get_bridge_nodes_tool() for risky chokepoints.
Related skills

More from afu-it/safe-code

Installs
1
GitHub Stars
2
First Seen
4 days ago