Create and migrate repo-defined Tessl schedules in a project's tessl.json. Turns a plain-language cadence into a validated schedules entry, and moves an existing UI/CLI schedule into version control.
90
97%
Does it follow best practices?
Impact
94%
0.94xAverage score across 2 eval scenarios
Low
Low-risk findings worth noting
Two skills for managing repo-defined schedules, recurring launch runs
declared in a project's tessl.json instead of created ad hoc in the UI or
CLI. A repo-defined schedule is reviewed and version-controlled next to the
code it runs against.
schedules
block to tessl.json, validates it, and explains what happens on push.tessl.json. The skill reads the live schedule's config, writes the
equivalent file entry, validates it, and optionally deletes the old schedule
once the repo-defined one is confirmed.schedules block to tessl.json and push to the repo's
default branch.schedules block against the workspace.Both skills use tessl schedule validate as the local check before you push.
It catches shape, cron, and interval problems that the file can be rejected for
at apply time.