Free tool
Build, validate, and understand cron schedules. See plain English explanations and preview when your jobs will run.
Plain English
Quick presets
Cron syntax reference
┌───────────── minute (0-59)
│ ┌───────────── hour (0-23)
│ │ ┌───────────── day of month (1-31)
│ │ │ ┌───────────── month (1-12)
│ │ │ │ ┌───────────── day of week (0-6, Sun-Sat)
│ │ │ │ │
* * * * *
* = any value
*/n = every n units
a-b = range from a to b
a,b = specific values a and b
A cron expression is a string of five fields that represents a schedule for running automated tasks. Used in CI/CD pipelines, cloud schedulers, and automation tools.
Skene generates onboarding checklists from your codebase.