ask
Ask a codebase question and get a cited, synthesised answer with a confidence rating (costs an LLM call).
Search the Repowise wiki using natural language, full-text, or symbol search.
> /plugin marketplace add repowise-dev/repowise > /plugin install repowise@repowise
How it fires
How this command gets triggered: by you, by Claude, or both.
/searchContext preview
What this command does when you run it.
Search the Repowise wiki using natural language, full-text, or symbol search.
description: Search the Repowise wiki using natural language, full-text, or symbol search. allowed-tools: Bash, Read
Search the codebase wiki.
If $ARGUMENTS is empty, ask: "What are you looking for? You can search with natural language like 'how does authentication work' or 'where is rate limiting handled'."
If $ARGUMENTS is provided, run:
repowise search "$ARGUMENTS"
The default mode is `fulltext` (SQLite FTS5). You can specify a mode:
Other flags:
Show results as a clean list with the page title, type, and a brief snippet.
Search needs wiki pages, and every indexed repo has them: a keyless run renders the whole wiki from structure. So an empty result is usually not a missing wiki.
with `--mode fast`, which is the one mode that writes no wiki. Suggest `repowise init --yes` (no API key needed), or `repowise init --resume` if a previous run was interrupted.
with the mock embedder, which keeps full-text search working and leaves semantic search to be built later. Suggest `repowise reindex` with an embedder configured. Full-text and symbol search (`--mode symbol`) work regardless.
Codebase intelligence for AI and humans: code health scores, auto-generated docs, git analytics, dead code detection, and architectural decisions via MCP.
Repo: repowise-dev/repowise
Ask a codebase question and get a cited, synthesised answer with a confidence rating (costs an LLM call).
Triage card for files, modules, or symbols — layer, hotspot, fix history, freshness (relationships, not source bytes).
Ingest or inspect test-coverage reports — LCOV, Cobertura/Clover, or coverage.py .coverage (builds the per-test map when contexts are present).
Report unreachable files, unused exports, and zombie packages, tiered by confidence.
Work with architectural decisions — list, inspect health, add, or confirm auto-proposed decisions.
Diagnose the Repowise setup — install, API keys, index/store drift — and optionally repair it.