$npx -y skills add googleworkspace/cli --skill recipe-review-overdue-tasksFind Google Tasks that are past due and need attention.
| 1 | # Review Overdue Tasks |
| 2 | |
| 3 | > **PREREQUISITE:** Load the following skills to execute this recipe: `gws-tasks` |
| 4 | |
| 5 | Find Google Tasks that are past due and need attention. |
| 6 | |
| 7 | ## Steps |
| 8 | |
| 9 | 1. List task lists: `gws tasks tasklists list --format table` |
| 10 | 2. List tasks with status: `gws tasks tasks list --params '{"tasklist": "TASKLIST_ID", "showCompleted": false}' --format table` |
| 11 | 3. Review due dates and prioritize overdue items |