claude-code-scheduler
Schedule recurring code reviews, audits, and automated tasks
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install claude-code-scheduler?▼
Run `npx skills add jshchnz/claude-code-scheduler --all -g -y` in your terminal to install the scheduler globally.
How to schedule recurring code reviews automatically?▼
Just describe the task in plain English, like "review yesterday's code every weekday at 9am", and it creates a native OS schedule that runs even when your editor is closed.
Does it work on macOS, Linux, and Windows?▼
Yes. It uses launchd on macOS, crontab on Linux, and Task Scheduler on Windows, so tasks survive restarts on every platform.
Can scheduled tasks edit files and push changes?▼
Yes. Autonomous mode lets tasks edit files and run commands, and worktree mode commits changes to an isolated branch and pushes them for your review.
Do I need to know cron syntax to use it?▼
No. It converts natural phrases like "tomorrow at noon" or "every 4 hours" into correct cron expressions automatically.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core