schedule-review

Installation
SKILL.md

Schedule Task Review

Review a scheduled task by running two parallel sub-agent checks using TaskCreate:

  1. Structure check — Validates directory layout, file formats, and schema
  2. Quality check — Assesses whether the task meets the user's intent

Workflow

  1. Ask the user which task to review (or infer from context)
  2. Locate the task directory:
    • If inside a workspace: check {workspace}/schedules/{task-name}/
    • Otherwise: check ~/.tdx/schedule-tasks/{task-name}/
    • Use schedule_get to find the task if the path is unclear
  3. Read the task's TASK.md and schedule.yaml
  4. Launch both checks in parallel using TaskCreate
  5. Wait for results using TaskGet
  6. Present a unified report with pass/fail and actionable suggestions
Installs
1
GitHub Stars
19
First Seen
Mar 31, 2026
schedule-review — treasure-data/td-skills