Skip to content

ReviewIssue

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/agent-core/src/autonomous/self-review.ts

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

PropertyType
severity`'error'
filestring
linenumber
descriptionstring

Was this page helpful?

Download as PDF