Schedule Logs banner
jshchnz jshchnz

Schedule Logs

Productivity community

Description

--- description: View execution logs for scheduled tasks allowed-tools: Read, Bash(tail:*), Bash(head:*), Bash(cat:*), Bash(ls:*) --- # View Execution Logs Display execution history and logs for scheduled tasks. ## Usage ``` /schedule logs [task-id-or-name] [options] ``` ## Process 1. **Determine Scope** - If task specified: show logs for that task - If no task: show recent logs across all tasks 2. **Load History** - Read execution records from task config - Read log files fro

Installation

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

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

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

Full documentation available on GitHub

View Source Repository