complete_ai_task
Report AI task results to move tasks to Review. Submit status, message, and optional PR or commit details after adding a comment.
Instructions
Report the result of AI work. Auto-moves task to Review column. Call AFTER add_comment. IMPORTANT: message in English. Status defaults to COMPLETED if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prUrl | No | Pull request URL (if any) | |
| status | No | AI result status (defaults to COMPLETED) | COMPLETED |
| taskId | No | Task ID (provide this OR taskNumber) | |
| teamId | No | Team ID (auto from session if omitted) | |
| message | No | Summary of work done or failure reason | |
| projectId | No | Project ID (auto from session if omitted) | |
| commitHash | No | Git commit SHA (if any) | |
| taskNumber | No | Human-readable task number, e.g. 43 |