# ReviewIssue

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/autonomous/self-review.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/autonomous/self-review.ts#L13)

Self-Review Pass

After implementation, generates a review prompt analyzing the diff
for quality issues, bugs, and missed edge cases.

Design: The review runs as a sub-agent with read-only tools, or as
a nudge injected into the main agent's instructions.

Opt-in via AutonomousTurnHookOptions.selfReview

## Properties

| Property | Type |
|---|---|
| `severity` | `'error' | 'warning' | 'info'` |
| `file` | `string` |
| `line` | `number` |
| `description` | `string` |
