context
Triage card for files, modules, or symbols — layer, hotspot, fix history, freshness (relationships, not source bytes).
Ask a codebase question and get a cited, synthesised answer with a confidence rating (costs an LLM call).
> /plugin marketplace add repowise-dev/repowise > /plugin install repowise@repowise
How it fires
How this command gets triggered: by you, by Claude, or both.
/askContext preview
What this command does when you run it.
Ask a codebase question and get a cited, synthesised answer with a confidence rating (costs an LLM call).
description: Ask a codebase question and get a cited, synthesised answer with a confidence rating (costs an LLM call). allowed-tools: Bash, Read
Answer a question about this codebase with citations. This is the same synthesis the `get_answer` MCP tool performs: hybrid retrieval followed by an LLM answer over what it found. Unlike `/repowise:search`, this **costs an LLM call** — use it when the user wants an answer, not a hit list.
1. If `.repowise/` doesn't exist: "This repo isn't indexed yet. Run `/repowise:init` first." Stop. 2. Resolve the question from `$ARGUMENTS`. If empty, ask: "What do you want to know about this codebase?" 3. Run the command and present the answer, confidence, and retrieval quality. Prefer citing the paths the answer names. Do not invent citations.
repowise ask "how does the retry backoff work?" repowise ask "where is the session cookie set?" --format json repowise ask "how is width resolved?" --scope packages/cli/ repowise ask "why is auth split across two modules?" --full
Shared targeting flags (`--path`, `--repo`, `--no-workspace`) work the same as the other tool-adapter commands.
into `/repowise:context` or `get_context` rather than inventing detail.
search when they want a list of matching pages / symbols.
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
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.
Export the wiki (or architecture model) to markdown, HTML, JSON, or Structurizr DSL.