Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/nordbyte/repovista/indexgit clone --depth 1 https://github.com/nordbyte/RepoVistaWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/nordbyte/repovista/index)<a href="https://agentmods.dev/commands/nordbyte/repovista/index"><img src="https://agentmods.dev/badge/commands/nordbyte/repovista/index.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00779 |
| Opus 5 | $0.00000 | $0.00390 |
| Sonnet 5 | $0.00000 | $0.00156 |
| Haiku 4.5 | $0.00000 | $0.00078 |
Grade A, and why
index scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLI command reference
This reference lists every current RepoVista command. Each command has a dedicated page with usage, important options, examples, and related workflows.
Audit and setup
| Command | Purpose |
|---|---|
repovista, repovista audit |
Run a full audit in the current directory. |
repovista init |
Initialize or refresh the project map. |
repovista plan |
Show the recommended parallel execution plan. |
repovista doctor |
Check provider, plugin, workspace, Git, settings, and output readiness. |
repovista providers |
List loaded providers or test one provider executable. |
repovista profiles |
List built-in audit profiles. |
repovista ci init |
Create a GitHub Actions workflow. |
Reports
| Command | Purpose |
|---|---|
repovista reports |
Browse completed report runs and sections in a terminal UI. |
repovista compare |
Compare two RepoVista run directories. |
repovista review |
Review one run for quality, evidence, and stale state risks. |
repovista repair-run |
Rebuild run artifacts from provider-native structured outputs. |
repovista pr-comment |
Render or post a pull request summary comment. |
Findings
| Command | Purpose |
|---|---|
repovista findings |
List persisted or run-specific findings, emit JSON, or export them. |
repovista findings-ui |
Open the interactive finding management TUI. |
repovista next |
Show the next prioritized finding. |
repovista show |
Show one persisted finding with evidence and history. |
repovista triage |
Update lifecycle status. |
repovista revalidate |
Re-check finding evidence. |
repovista baseline |
Manage baseline suppressions. |
repovista suppress |
Shortcut for adding a finding to the baseline. |
repovista clean-locks |
Remove stale RepoVista feature locks. |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 63 lines · 0 tokens per session scan A 1f137d2d61bc
index is a command published in the GitHub repository nordbyte/RepoVista (3 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 779 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
brooks-audit
Run a Brooks-Lint architecture audit.
export
Export the wiki (or architecture model) to markdown, HTML, JSON, or Structurizr DSL.
release
The pre-tag controller: version sync, changelog, clean tree, gate, and suite — every failure listed, the tag printed, never run.
security
The security pass: secrets (blocking), SAST, dependency vulns — plus the index's entry points to review from.
init
Install the formatters this repository needs, with every command visible before it runs.
VibeGuard: Cross Review
Dual-model adversarial review — Claude generates review reports, Codex does adversarial verification, and iterates until convergence.