---
id: ssh2-recipe-review-overdue-tasks
name: "recipe-review-overdue-tasks"
url: https://skills.yangsir.net/skill/ssh2-recipe-review-overdue-tasks
author: googleworkspace
domain: product
tags: ["google-tasks", "task-management", "overdue-reminders", "productivity-workflows", "time-management"]
install_count: 14600
rating: 4.50 (144 reviews)
github: https://github.com/googleworkspace/cli
---

# recipe-review-overdue-tasks

> 查找并回顾Google任务中所有已逾期的待办事项，提醒用户及时处理，避免遗漏重要工作，提高任务管理效率。

**Stats**: 14,600 installs · 4.5/5 (144 reviews)

## Before / After 对比

### 快速审查逾期任务，避免工作延误。

## Readme

# Review Overdue Tasks

> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-tasks`

Find Google Tasks that are past due and need attention.

## Steps

1. List task lists: `gws tasks tasklists list --format table`
2. List tasks with status: `gws tasks tasks list --params '{"tasklist": "TASKLIST_ID", "showCompleted": false}' --format table`
3. Review due dates and prioritize overdue items



---
*Source: https://skills.yangsir.net/skill/ssh2-recipe-review-overdue-tasks*
*Markdown mirror: https://skills.yangsir.net/api/skill/ssh2-recipe-review-overdue-tasks/markdown*