CtrlK
BlogDocsLog inGet started
Tessl Logo

recipe-review-overdue-tasks

Find Google Tasks that are past due and need attention.

Install with Tessl CLI

npx tessl i github:googleworkspace/cli --skill recipe-review-overdue-tasks
What are skills?

59

Does it follow best practices?

Validation for skill structure

SKILL.md
Review
Evals

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
Repository
googleworkspace/cli
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.