> ## Documentation Index
> Fetch the complete documentation index at: https://critiqor-71f5274a.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Critiqor CLI Reference — All Commands and Quick Start

> Complete reference for the Critiqor command-line interface. Lists every available command with purpose, syntax, and links to detailed documentation.

The Critiqor CLI is your primary interface for observing agent runtime behavior, generating reliability reports, and gating deployments based on configurable thresholds. This reference covers every available command — what each one does, its syntax, and links to detailed documentation.

## Commands

<CardGroup cols={2}>
  <Card title="monitor openclaw" icon="eye" href="/cli/monitor">
    Launch OpenClaw and begin a Critiqor runtime observation session.
  </Card>

  <Card title="finalize" icon="flag-checkered" href="/cli/finalize">
    Stop observation, generate a reliability report, and open the dashboard.
  </Card>

  <Card title="dashboard" icon="chart-line" href="/cli/dashboard">
    Open the latest or a specific run's reliability report in your browser.
  </Card>

  <Card title="runs" icon="list" href="/cli/runs">
    List all completed evaluations with run IDs and summaries.
  </Card>

  <Card title="check" icon="shield-check" href="/cli/check">
    Validate your evaluation history against reliability thresholds.
  </Card>
</CardGroup>

## Command Summary

| Command                       | Purpose                                                                 |
| ----------------------------- | ----------------------------------------------------------------------- |
| `critiqor monitor openclaw`   | Launch OpenClaw and begin runtime observation                           |
| `critiqor finalize`           | Stop observation, generate a reliability report, and open the dashboard |
| `critiqor dashboard [run_id]` | Open the latest or a specific run's dashboard                           |
| `critiqor runs`               | List completed evaluations with summaries                               |
| `critiqor run <command>`      | Observe a custom agent command                                          |
| `critiqor check`              | Run a deployment policy check                                           |
| `critiqor help`               | Show available commands                                                 |

## Global Flags

| Flag           | Description                                                |
| -------------- | ---------------------------------------------------------- |
| `--help`, `-h` | Show help text for any command. Available on all commands. |

<Tip>
  Run `critiqor help` at any time to see available commands in your terminal.
</Tip>
