Check the health and status of the scheduler system
Checks the health and status of the scheduler system and native scheduler.
/plugin marketplace add jshchnz/claude-code-scheduler/plugin install jshchnz-scheduler@jshchnz/claude-code-schedulerCheck the health of the scheduling system and native scheduler.
Detect Platform
Check Native Scheduler
Verify Tasks
Check Claude CLI
claude command is available# Scheduler Status
## Platform
- **OS:** macOS 14.2 (darwin)
- **Scheduler:** launchd
- **Status:** Healthy
## Claude CLI
- **Path:** /usr/local/bin/claude
- **Available:** Yes
## Tasks
- **Total:** 5 tasks
- **Enabled:** 4
- **Disabled:** 1
- **Registered:** 4/4 enabled tasks registered with launchd
## Health Checks
Claude CLI in PATH
LaunchAgents directory exists
All enabled tasks registered
No orphaned scheduler entries
## Recent Activity
- Last execution: 2h ago (Daily Code Review - OK)
- Next execution: Mon Jan 6 9:00 AM (Daily Code Review)
All Green:
All systems healthy. Your scheduled tasks will run as expected.
Issues Found:
Issues detected:
1. Task "weekly-audit" is enabled but not registered with launchd
Fix: Run `/schedule remove weekly-audit` then `/schedule add` to recreate
2. Claude CLI not found in PATH for scheduled execution
Fix: Ensure claude is installed globally: npm install -g @anthropic-ai/claude-code
Run `/schedule list` to see all tasks.
If issues are found, provide actionable fixes:
macOS launchd issues:
~/Library/LaunchAgents/ for plist fileslaunchctl list | grep claude to see loaded agents~/.claude/logs/Linux cron issues:
crontab -l to see entries/var/log/syslog for cron errorssystemctl status cronWindows Task Scheduler issues:
\ClaudeScheduler folder