/schedule — cron in the cloud
Routines (research preview) that run on Anthropic’s cloud with your computer off — 1-hour minimum interval, plus GitHub-event and API triggers. Triage, docs sync, nightly audits.
/schedule creates routines — cron for Claude Code, running on Anthropic’s cloud with your computer off. The schedule examples below are the recurring jobs people actually run: morning issue triage, nightly test-and-report runs, weekly dependency audits, docs kept in sync after every merge. Minimum interval is an hour, and routines can also fire on GitHub events or API triggers, which is where they stop being timers and start being automation. Because a routine runs unattended, grades matter more here than anywhere else — check the safety grade before scheduling anything with write access. The schedule-examples guide covers cadence patterns; for a scheduled loop with budgets and stop conditions prewired, generate a harness in the builder.
Re-run PR review on schedule
Re-invoke a specific PR review skill every 20 minutes until the review completes or you stop it.
README freshness check
Once a week, verify every command, path, and badge in the README actually works against the current codebase and open a PR fixing anything stale.
Keep docs in sync with main
On every push to main, check whether changed code drifted from the docs in /docs and open a PR fixing anything out of date.
Ship one post a week, learn what works
Six weeks, one variable changed per post; measure replies, saves, and questions, and end with a winner or an honest null.
Drive work units unattended
Run claimed work units in order without prompts, deferring unclaimed tasks until the next cycle.
Catch schema drift nightly
Every night at 3am, dump the production schema and diff it against migrations, filing issues for any drift found.
Weekly dependency vulnerability audit
Every Monday morning, run the dependency vulnerability audit, open one PR fixing what auto-fix can handle safely, and file issues for the rest.
/goal + Routines overnight combo
The two-layer answer to how do I run this overnight: /goal drives in-session work to done, while a scheduled Routine keeps recurring unattended work running on Anthropic's cloud with your laptop closed.
Draft weekly release notes
Every Friday at 2pm, draft release notes from merged PRs into releases/DRAFT.md and verify all links resolve.
→ run /audit-skills every Monday morning
Community schedule loop for security, sourced from github. Verified exit condition, evaluator-gated.
Loops that read your inbox.
Email is the missing tool in your harness. ConnectMyEmail gives Claude Code and Codex a clean MCP into Gmail, Outlook, iCloud and IMAP — triage, drafts, follow-ups, on a loop.
connectmyemail.com →Inbox-zero weekly sweep
A scheduled Friday pass that archives read newsletters, trashes spam, and surfaces what needs a reply — protecting unread human mail.