schedule-review
Installation
SKILL.md
Schedule Task Review
Review a scheduled task by running two parallel sub-agent checks using TaskCreate:
- Structure check — Validates directory layout, file formats, and schema
- Quality check — Assesses whether the task meets the user's intent
Workflow
- Ask the user which task to review (or infer from context)
- Locate the task directory:
- If inside a workspace: check
{workspace}/schedules/{task-name}/ - Otherwise: check
~/.tdx/schedule-tasks/{task-name}/ - Use
schedule_getto find the task if the path is unclear
- If inside a workspace: check
- Read the task's TASK.md and schedule.yaml
- Launch both checks in parallel using TaskCreate
- Wait for results using TaskGet
- Present a unified report with pass/fail and actionable suggestions