> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bensevern.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# GoldenAnalysis CLI

> Every GoldenAnalysis command for reporting, trending, and regression detection.

## Commands

| Command                         | Purpose                                                           |
| ------------------------------- | ----------------------------------------------------------------- |
| `goldenanalysis report <file>`  | Analyze a frame (or re-render a saved report) and print a report. |
| `goldenanalysis trend <metric>` | Trend a metric over a run history.                                |
| `goldenanalysis regressions`    | Detect metric regressions vs a baseline.                          |
| `goldenanalysis mcp-serve`      | Start the GoldenAnalysis MCP server (requires the `[mcp]` extra). |

See [Analyzers](/docs/goldenanalysis/analyzers) for the analyzer catalog and [Cross-run](/docs/goldenanalysis/cross-run) for trend/regression details.
