What problem does it solve? When unattended scheduled work runs overnight, it is hard to know whether a routine fired, why one failed, or what it published. This Skill inspects the repository's configured schedules and their recent runs so you can answer those questions without digging through the host's scheduler pages. ## Core Features & Use Cases - Schedule inventory: Lists the schedules selected in .devbook/config.json alongside what the live scheduler actually knows, flagging entries that are not scheduled or unmanaged. - Run diagnostics: Retrieves run history and the log of a failed or parked run, quoting the line where things went wrong. - Publication cross-check: Verifies what a run published via gh — an open pull request on schedule/<name>/ or an issue labelled schedule-report. - Use Case: You arrive Monday morning and ask why the nightly review routine produced nothing; the Skill shows the schedule's enabled state, its last failed run, and the failing log line. ## Quick Start Ask the assistant to show this repository's schedules and how their recent runs went, including why the last failed run stopped.