cron-job-auditor

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

Instructions

Phase 1: DISCOVER

Goal: Locate all cron/scheduled scripts to audit.

Step 1: Read repository CLAUDE.md (if present) to understand project conventions before auditing.

Related skills
Installs
7
GitHub Stars
366
First Seen
Mar 23, 2026