jshchnzjshchnzCommunity·1 Agent Skills Included

claude-code-scheduler

Schedule recurring code reviews, audits, and automated tasks

Schedules code reviews, security audits, and maintenance tasks to run automatically at set times. Converts plain-English times like "every weekday at 9am" into native OS schedules on macOS, Linux, and Windows. Eliminates manual cron editing and remembers tasks even after restarts. Supports isolated git worktree runs that commit and push changes for review.
npx skills add jshchnz/claude-code-scheduler --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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