ask
Ask a codebase question and get a cited, synthesised answer with a confidence rating (costs an LLM call).
Diagnose the Repowise setup — install, API keys, index/store drift — and optionally repair it.
> /plugin marketplace add repowise-dev/repowise > /plugin install repowise@repowise
How it fires
How this command gets triggered: by you, by Claude, or both.
/doctorContext preview
What this command does when you run it.
Diagnose the Repowise setup — install, API keys, index/store drift — and optionally repair it.
description: Diagnose the Repowise setup — install, API keys, index/store drift — and optionally repair it. allowed-tools: Bash, Read
Check that Repowise is healthy: the install, configured provider / API keys, and whether the index and stores are consistent with the repo.
1. Run `repowise doctor`. 2. Summarize what passed and what didn't. For each problem, give the concrete fix (set an env var, run `/repowise:update`, re-run `/repowise:init`, etc.).
mismatches). Tell the user what it changed.
`--no-workspace` to force single-repo.
`python -m pip install repowise` on Windows), then `/repowise:init`.
provider in `.repowise/config.yaml`. This is not fatal for `init`, which falls back to the template wiki. Only an explicitly named `--provider` errors out.
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.
Export the wiki (or architecture model) to markdown, HTML, JSON, or Structurizr DSL.