What problem does it solve? Schedules normally run on their own cadence, so testing one after setup or re-running a failed one means waiting or digging through the host's scheduler page. This Skill fires a configured schedule immediately and reports the outcome. ## Core Features & Use Cases - On-Demand Execution: Resolves the host scheduler, finds the schedule by owner/repo and title, and fires it outside its cadence. - Safe Confirmation: Shows the schedule name, target skill, and what the run may open (a pull request or a schedule-report issue) before firing. - Run Reporting: Waits for the run to appear, retrieves its log, and reports the result the same way schedule-status does. - Use Case: Right after running delivery-schedule:init, fire the new schedule once to confirm it works end to end instead of waiting for its first cadence tick. ## Quick Start Run the schedule named nightly-review now and report what the run did.