ask
Ask a codebase question and get a cited, synthesised answer with a confidence rating (costs an LLM call).
Check the health of your Repowise index — sync state, page counts, provider, and token usage.
> /plugin marketplace add repowise-dev/repowise > /plugin install repowise@repowise
How it fires
How this command gets triggered: by you, by Claude, or both.
/statusContext preview
What this command does when you run it.
Check the health of your Repowise index — sync state, page counts, provider, and token usage.
description: Check the health of your Repowise index — sync state, page counts, provider, and token usage. allowed-tools: Bash, Read
Check if Repowise is set up for this project and report its health.
1. Check if `.repowise/` directory exists in the project root. If not: "This repo isn't indexed yet. Run `/repowise:init` to set it up."
2. Run: `repowise status`
3. The command outputs two tables:
4. Present the results to the user in a readable summary.
5. If pages exist but no provider is shown, the wiki is template-rendered. Tell the user: "Your wiki is rendered from structure. Run `repowise generate` to upgrade any subset to model-written prose." If total pages is 0, the run did not finish, so suggest `repowise init --resume`.
6. If the user provides arguments like "$ARGUMENTS", check if they're asking for a specific path and pass it: `repowise status $ARGUMENTS`
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.