Skill
Community

recipe-review-overdue-tasks

Install
1
Install the plugin
$
npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspace

Want just this skill?

Then install: npx claudepluginhub u/[userId]/[slug]

Description

Find Google Tasks that are past due and need attention.

Tool Access

This skill uses the workspace's default tool permissions.

Supporting Assets
View in Repository
SYNC.md
Skill Content

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
Stats
Stars5
Forks1
Last CommitMar 5, 2026

Similar Skills