review
Review staged changes (or a commit range) with the full review engine
Review staged changes (or a commit range) with the full review engine
unerr review [options]Options
| Flag | Description | Default |
|---|---|---|
--staged | Review the staged index (default) | — |
--range \<A..B\> | Review every change between two git refs (e.g. main..HEAD) | — |
--min-severity \<severity\> | Floor severity to surface (info|low|medium|high|critical) | medium |
--json | Emit the structured report as JSON | — |
--verbose | Show every evidence line, not just the lead | — |