Schedule History banner
jshchnz jshchnz

Schedule History

Productivity community

Description

--- description: View execution history for all scheduled tasks with interactive selection allowed-tools: Read, Bash(cat:*), Bash(ls:*), Bash(stat:*) --- # Execution History View recent task executions across all projects. Interactive by default - select an execution to see the full log. ## Usage ``` /scheduler:schedule-history [options] ``` ## Process 1. **Scan Log Files** List all log files in `~/.claude/logs/`: ```bash ls -la ~/.claude/logs/*.log 2>/dev/null ``` For eac

Installation

Installs to ~/.claude/skills/jshchnz-claude-code-scheduler-schedule-history/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jshchnz-claude-code-scheduler-schedule-history && curl -fsSL https://raw.githubusercontent.com/jshchnz/claude-code-scheduler/HEAD/commands/schedule-history.md -o ~/.claude/skills/jshchnz-claude-code-scheduler-schedule-history/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository