codebase-exploration

star 2.4k

Use when exploring, understanding, or answering questions about a Repowise-indexed codebase, including architecture, where code is implemented, how a module works, or which files are relevant before reading source.

repowise-dev By repowise-dev schedule Updated 6/3/2026

name: codebase-exploration description: Use when exploring, understanding, or answering questions about a Repowise-indexed codebase, including architecture, where code is implemented, how a module works, or which files are relevant before reading source.

Codebase Exploration With Repowise

This project has a Repowise intelligence layer. Use Repowise MCP tools before broad source browsing so the answer starts from indexed docs, ownership, graph structure, git signals, and decisions.

Starting A New Exploration Task

Call get_overview() first. It returns the architecture summary, module map, entry points, and tech stack.

Answering How Or Where Questions

  1. Call search_codebase(query="topic, symbol, or path"). It auto-routes: an identifier returns indexed symbol hits (symbol_id + line bounds — pipe into get_symbol), a path returns file pages, and prose runs semantic search. Force a branch with mode=symbol|path|concept|hybrid.
  2. Call get_context(targets=[...]) with all relevant files from the search results in one batch.
  3. Read raw source only after the indexed context is not specific enough for the user’s question.

Understanding Connections Between Modules

Call get_context(targets=["path/or/symbol"], include=["callers", "callees"]) when the user asks how two areas connect, then follow the callers and callees it returns.

Error Handling

  • If tools report that no repositories were found, suggest running repowise init.
  • If search_codebase has no useful results, the repository may be index-only; fall back to get_context with specific paths.
  • If MCP tools are unavailable, proceed with normal source inspection and mention that Repowise context was unavailable.
Install via CLI
npx skills add https://github.com/repowise-dev/repowise --skill codebase-exploration
Repository Details
star Stars 2,393
call_split Forks 310
navigation Branch main
article Path SKILL.md
More from Creator
repowise-dev
repowise-dev Explore all skills →