repowise
01Plugin Claude Code
Plugin marketplace listing 1 plugin: repowise.
Plugin Claude Code
Plugin marketplace listing 1 plugin: repowise.
Plugin Claude Code
Codebase intelligence for Claude Code. Indexes your codebase into five layers (Graph, Git, Docs, Decisions, Code Health) and exposes them through ten task-shaped MCP tools — so Claude understands architecture, ownership, hotspots, why code is built the way it is, and where the defect risk lives.
MCP server Claude CodeCodexCursor +2
MCP server "repowise" as configured in repowise-dev/repowise. Launched with repowise mcp.
Command
Ask a codebase question and get a cited, synthesised answer with a confidence rating (costs an LLM call).
Command
Triage card for files, modules, or symbols — layer, hotspot, fix history, freshness (relationships, not source bytes).
Command
Ingest or inspect test-coverage reports — LCOV, Cobertura/Clover, or coverage.py .coverage (builds the per-test map when contexts are present).
Command
Report unreachable files, unused exports, and zombie packages, tiered by confidence.
Command
Work with architectural decisions — list, inspect health, add, or confirm auto-proposed decisions.
Command
Diagnose the Repowise setup — install, API keys, index/store drift — and optionally repair it.
Command
Export the wiki (or architecture model) to markdown, HTML, JSON, or Structurizr DSL.
Command
Show Repowise code-health — KPIs, lowest-scoring files, refactoring targets, trends, or per-file markers.
Command
Print the tests whose coverage intersects a change's changed lines — for a commit, base..head range, or staged diff.
Command
Set up Repowise for this codebase. Installs if needed, asks about your preferences, and runs the indexing.
Command
Rebuild the Repowise vector store by re-embedding all wiki pages. No LLM calls — only embedding API calls.
Command
Rank a live change for review using a repo-relative percentile and an auditable supporting diff-shape score.
Command
Search the Repowise wiki using natural language, full-text, or symbol search.
Command
Scan for security signals — working-tree scanning already runs during init/update; use --history to walk full git history for leaked secrets.
Command
Check the health of your Repowise index — sync state, page counts, provider, and token usage.
Command
Read one symbol's body with live-verified line bounds (path::Name, live range, or distill omission ref).
Command
Trigger an incremental Repowise update to sync documentation with recent code changes.
Command
Why the code is shaped this way — decisions, rationale, and git archaeology (question, path, or decision-health dashboard).
Hook
Runs when a session starts on startup, resume and clear, running an inline shell check. From repowise-dev/repowise.
Hook
Runs after a tool call finishes for Grep, Glob, Read, Edit, Write and mcp__.*[Rr]epowise.*__.* tool calls, running an inline shell check. From repowise-dev/repowise.
Hook
Runs when a tool call fails for Read, Edit, Write, Grep, Glob and NotebookEdit tool calls, running an inline shell check. From repowise-dev/repowise.