cron-automation

Installation
SKILL.md

Cron Job Auditor Skill

Static analysis of cron and scheduled job scripts against a 9-point reliability checklist. Produces structured PASS/FAIL/WARN results with severity classification (CRITICAL, HIGH, MEDIUM, LOW) and paste-ready code fixes for every finding. Audits are read-only and pattern-based -- scripts are never executed, because cron scripts may delete data, send emails, or modify production state.

Reference Loading Table

Signal Load These Files Why
Checking error handling, set -e, pipefail, trap, exit codes shell-error-handling.md Routes to the matching deep reference
Checking lock files, flock, PID files, concurrent execution concurrency-and-locks.md Routes to the matching deep reference
Checking logging, timestamps, log rotation, stderr routing logging-and-rotation.md Routes to the matching deep reference
Creating cron jobs, scheduled tasks, headless agents, wrapper scripts headless-cron-creator.md Routes to cron job creation methodology

Instructions

Phase 1: DISCOVER

Goal: Locate all cron/scheduled scripts to audit.

Installs
2
GitHub Stars
416
First Seen
Jul 23, 2026
cron-automation — notque/vexjoy-agent