ck_review_status
Check the decision status, reviewer notes, and review URL for a submitted review to confirm human approval or denial before proceeding with execution.
Instructions
Fetch the latest decision status (pending/approved/denied), reviewer notes, and browser review URL for a previously submitted review. Read-only. Provide review_id (returned by ck_review_submit) for a specific review, or task_id to get the latest review for that task. review_type (plan/diff/completion) filters when task_id is used without review_id. Poll this after ck_review_submit to check whether a human has approved or denied the submission before proceeding with execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | Task identifier within the session for scoped operations. | |
| review_id | No | Unique identifier of the review to query or act on. | |
| review_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| decision | No | ||
| review_id | No | ||
| review_url | No | ||
| reviewer_notes | No |