save_review_batch
Save a batch of review comments for a design and update its status to move the review workflow forward. Supports optional inline anchors for context.
Instructions
Save a batch of review comments and transition the design status.
The design must be in reviewable status (in_review or revision_requested). Each comment can optionally include target_section and target_content for inline anchoring.
Valid status_after values: revision_requested, analyzing, supported, rejected, inconclusive.
Returns: dict with batch_id and status_after on success; {error} on failure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comments | Yes | ||
| reviewer | No | analyst | |
| design_id | Yes | ||
| status_after | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||