Cron Job Management When to Use Use this skill when working on: - - - machine cron drift / missing jobs - cron debugging and log inspection - migrating scheduled jobs to git-safe patterns Core Workspace-Hub Pattern Canonical schedule source: - Typical workflow: 1. declare or update the task in YAML 2. implement a dedicated script in when logic is non-trivial 3. ensure logs land in a predictable location 4. test script directly before installing to cron 5. use setup tooling to render/install the crontab 6. verify machine state after install Creating a Cron Job 0. Check whether the job already…