vibekit_create_schedule
Create recurring coding task schedules on GitHub with cron expressions. Specify the task, repository, and frequency to automate routine development work.
Instructions
Create a recurring coding task schedule (GitHub-based, not app-agent based).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cron | Yes | Cron expression, e.g. '0 9 * * 1' | |
| name | No | Friendly name for this schedule | |
| repo | Yes | GitHub repo in format 'owner/repo' | |
| task | Yes | What to do on each run |