review_thread
Review a closed thread to extract memories and skills. Use auto mode for background extraction or inline mode for interactive processing.
Instructions
Spawn a background review of a closed thread to extract memory/skills.
Spawns a separate Claude process that reads the thread's notes and writes back via memory/skill tools.
focus: 'memory' | 'skills' | 'combined' (default). Picks the review
prompt.
mode:
'auto' — spawn an invisible background child with the review
prompt + thread notes. Returns the spawn task_id. Child's
write-origin is set to 'background_review' so curator
can later prune what it produces.
'inline' — return the full prompt + notes context as a string; the
foreground agent processes it in the current turn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | ||
| focus | No | combined | |
| mode | No | auto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |