
Recipe Review Overdue Tasks
- 24.2k installs
- 30k repo stars
- Updated July 22, 2026
- googleworkspace/cli
recipe-review-overdue-tasks is a Google Workspace CLI recipe that finds overdue Google Tasks needing attention.
About
recipe-review-overdue-tasks is a Google Workspace CLI recipe that finds Google Tasks that are past due and need attention. Software engineers use it to monitor task completion and prioritize overdue work. It queries Tasks API to surface incomplete items by due date.
- Identifies overdue tasks in Google Tasks
- Filters completed items automatically
- Supports task list enumeration and prioritization
Recipe Review Overdue Tasks by the numbers
- 24,228 all-time installs (skills.sh)
- +812 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #68 of 3,301 Productivity & Planning skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
recipe-review-overdue-tasks capabilities & compatibility
- Works with
- google drive
- Use cases
- project management · planning
What recipe-review-overdue-tasks says it does
Find Google Tasks that are past due and need attention.
npx skills add https://github.com/googleworkspace/cli --skill recipe-review-overdue-tasksAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 24.2k |
|---|---|
| repo stars | ★ 30k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 22, 2026 |
| Repository | googleworkspace/cli ↗ |
How do you list overdue Google Tasks from CLI?
Monitor overdue tasks and surface items needing immediate attention
Who is it for?
Task completion monitoring and prioritization
Skip if: Teams on Jira, Linear, or Asana instead of Google Tasks, or anyone creating tasks rather than reviewing existing ones.
When should I use this skill?
You need to surface and review overdue tasks
What you get
Table of open Google Tasks with due dates highlighting overdue items for prioritization
- Overdue task list
- Open tasks table with due dates
By the numbers
- Recipe metadata version 0.22.5
- Requires gws binary and gws-tasks prerequisite skill
Files
Review Overdue Tasks
PREREQUISITE: Load the following skills to execute this recipe: gws-tasksFind 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
Related skills
FAQ
How does recipe-review-overdue-tasks find late tasks?
recipe-review-overdue-tasks runs gws tasks tasklists list, then gws tasks tasks list with showCompleted false per task list, and compares due dates to flag overdue Google Tasks for prioritization.
What setup does recipe-review-overdue-tasks need?
recipe-review-overdue-tasks requires the gws binary and the gws-tasks prerequisite skill. Recipe metadata is version 0.22.5 in the googleworkspace/cli productivity domain.
Is Recipe Review Overdue Tasks safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.