diagnose_task_failure
Automatically identifies the root cause of a task failure by analyzing its execution trace. Compares it with similar successful tasks to deliver targeted fix suggestions without manual log review.
Instructions
Auto-diagnose why a task failed and suggest fixes.
Reads the task's execution trace (memos) to identify the failure point, compares with similar successful tasks in the same team, and returns actionable fix suggestions.
Use this when a task fails or gets stuck to quickly understand root cause without manually reading through all memo records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the failed or stuck task |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||