schedule-add
Create a new scheduled task for recurring Claude Code execution (project)
Manually run a scheduled task immediately
> /plugin marketplace add jshchnz/claude-code-scheduler > /plugin install scheduler@claude-scheduler
How it fires
How this command gets triggered: by you, by Claude, or both.
/schedule-runContext preview
What this command does when you run it.
Manually run a scheduled task immediately
description: Manually run a scheduled task immediately allowed-tools: Read, Write, Bash
Execute a scheduled task immediately, bypassing its schedule trigger.
/schedule run <task-id-or-name>
1. **Find Task**
2. **Confirm Execution**
3. **Execute Task**
4. **Report Results**
User: /schedule run daily-review Claude: Running task: Daily Code Review Command: /review-code --scope=yesterday Working directory: /Users/home/projects/myapp [Executing...] --- Task Output --- Reviewing commits from yesterday... Found 3 commits to review. Commit abc123: Add user authentication - Good: Proper input validation - Suggestion: Consider rate limiting ... --- End Output --- Task completed successfully in 45 seconds.
Via `$ARGUMENTS`:
**Task not found:**
Task "xyz" not found. Run /schedule list to see available tasks.
**Task disabled:**
Task "weekly-audit" is currently disabled. Would you like to run it anyway? (y/n) > y
**Execution failure:**
Task failed with exit code 1. Error output: Error: Could not connect to repository Check the full log at: ~/.claude/logs/a1b2c3d4.log
After running, update the task's execution history:
This history is visible in `/schedule logs`.
Put Claude on autopilot. Schedule code reviews, security audits, and anything else - Claude Code runs them automatically, even while you sleep.
Repo: jshchnz/claude-code-scheduler
Create a new scheduled task for recurring Claude Code execution (project)
View execution history for all scheduled tasks with interactive selection
List all scheduled tasks with their status and next run times (project)
View execution logs for scheduled tasks
Remove a scheduled task by ID or name
Check the health and status of the scheduler system