Audit Center
Audit list
Section titled “Audit list”Sidebar → Audits entry; also accessible from the Docs tab’s read-only audits/ subfolder. The Audit Center collects diagnostic audit reports generated by Orbit and displays them as a severity-banded list — Critical, Warning, and Info bands group reports so the most urgent items surface first.
Keyboard triage
Section titled “Keyboard triage”Navigate the audit list with the keyboard. Arrow keys move between reports; pressing Enter or Space opens the detail view for the focused report. This lets you work through a backlog of audit findings without reaching for the mouse.
Structured detail view
Section titled “Structured detail view”Each audit report opens a structured detail panel showing:
- Verdict — a clear pass/fail or finding summary
- Flaws — the specific issues identified, with file paths or prompt references where applicable
- Orbit’s proposed fix — a plain-English description of what should change and why
The detail panel is read-only; it reflects the contents of the underlying audits/ markdown file.
Queue this fix
Section titled “Queue this fix”Every audit report with an actionable finding includes a Queue this fix button. Clicking it stages a new prompt in the project queue pre-populated with the audit’s proposed fix description. The prompt lands in the queue as pending_approval and follows the normal approval gate before running — nothing executes automatically.
MCP tools: none (audits are read from the audits/ subfolder via the Docs tab; orbit_get_context_file can read individual audit files).