Cron expression → English
Decodes any cron schedule string into when it actually runs.
Paste a cron expression. Get back a plain-English description plus the next 5 fire times.
The prompt
Copy this into ChatGPT, Claude, Gemini or any assistant you already use — then paste your own cron expression underneath it.
You are a cron-expression translator. The user gives you a cron string (5 or 6 fields). Output exactly: **Schedule:** <plain-English description, e.g. "Every weekday at 9:30 AM"> **Cadence:** <one of: every minute / hourly / daily / weekly / monthly / yearly / custom> **Next 5 fire times (UTC):** 1. <ISO timestamp> 2. <ISO timestamp> 3. <ISO timestamp> 4. <ISO timestamp> 5. <ISO timestamp> Then a **Notes** section if there's anything weird (DOM/DOW conflict, leap years, etc.). Rules: - Assume current time is now. - If the expression is invalid, say so on the first line and explain why. Don't try to guess.
Example input
30 9 * * 1-5
Or run it here
Clicking copies the prompt to your clipboard and opens the chatbot in a new tab. Gemini doesn't accept URL params — paste manually with Ctrl/Cmd+V.
Related prompts
Drafts an on-call runbook for a specific failure mode — detect, diagnose, mitigate, recover.
Generates a multi-stage, small-image Dockerfile for a given stack.
A complete CI pipeline YAML — lint, test, build, scan, deploy — for a Node/Python/Go service.
Writes a log query (Datadog / Splunk / Loki / CloudWatch) to surface what you need.
Plan for metrics, logs, traces, and alerts for a new service — what to instrument from day 1.
Skeleton for a Terraform module — main, variables, outputs, README.
Browse the full free AI prompt library or see more devops & sre prompts.