schedule-add
Create a new scheduled task for recurring Claude Code execution (project)
View execution logs for scheduled tasks
> /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-logsContext preview
What this command does when you run it.
View execution logs for scheduled tasks
description: View execution logs for scheduled tasks allowed-tools: Read, Bash(tail:*), Bash(head:*), Bash(cat:*), Bash(ls:*)
Display execution history and logs for scheduled tasks.
/schedule logs [task-id-or-name] [options]
1. **Determine Scope**
2. **Load History**
3. **Format Output**
# Recent Executions | Time | Task | Status | Duration | Trigger | |-------------------|-------------------|--------|----------|-----------| | Jan 5 9:00 AM | Daily Code Review | OK | 45s | scheduled | | Jan 5 6:00 PM | Backup Reminder | OK | 12s | scheduled | | Jan 4 9:00 AM | Daily Code Review | OK | 38s | scheduled | | Jan 4 10:00 AM | Weekly Audit | FAIL | 120s | manual | Showing last 10 executions. Use `/schedule logs --limit 50` for more.
/schedule logs daily-review # Execution History: Daily Code Review **Task ID:** a1b2c3d4-... **Schedule:** Weekdays at 9:00 AM **Log file:** ~/.claude/logs/a1b2c3d4.log ## Recent Executions | Time | Status | Duration | Trigger | |-------------------|--------|----------|-----------| | Jan 5 9:00 AM | OK | 45s | scheduled | | Jan 4 9:00 AM | OK | 38s | scheduled | | Jan 3 9:00 AM | OK | 42s | scheduled | | Jan 2 9:00 AM | FAIL | 5s | scheduled | | Jan 1 9:00 AM | OK | 40s | manual | ## Last Execution Output [Jan 5 9:00 AM - Success] Reviewing commits from yesterday... Found 3 commits to review. ...
/schedule logs daily-review --full [Shows complete output from last execution]
Logs are stored at:
Suggest cleanup if logs are large:
Log file is 15MB. Run `/schedule logs --cleanup` to rotate old logs.
Log retention is configured in schedules.json settings (default: 30 days).
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)
Remove a scheduled task by ID or name
Manually run a scheduled task immediately
Check the health and status of the scheduler system