Quickstart
Run RepoVista from the root of a Git repository:
sh
repovistaThis is the same as:
sh
repovista auditRepoVista writes the main report to:
text
.repovista/<run-id>/index.mdFirst useful commands
sh
repovista settings
repovista doctor
repovista plan
repovista audit
repovista reports
repovista findings-uiCommon audit examples
sh
repovista audit --model gpt-5.5
repovista audit --provider claude --model sonnet --reasoning high
repovista audit --github-repo nordbyte/RepoVista
repovista audit --github-repo https://github.com/nordbyte/RepoVista --github-ref v0.4.0
repovista audit --no-parallel
repovista audit --since origin/main
repovista audit --ci --json --fail-on-criticalOpen reports
sh
repovista reportsThe report browser lists runs newest-first and lets you open generated sections, search, filter findings, bookmark items, compare with previous runs, export the current view, queue GitHub publishing actions, and refresh linked issue or PR status.
Manage findings
sh
repovista findings
repovista next
repovista show fnd_abc123def456
repovista triage fnd_abc123def456 --status fixed --note "validated"
repovista github-status fnd_abc123def456Use Findings for lifecycle details and Publishing for GitHub issue or PR publishing.
