cron-automation

Featured

Audit and create cron jobs with reliability and safety.

AI & Automation 412 stars 42 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
87
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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. **Step 1: Read repository CLAUDE.md** (if present) to understand project conventions before auditing. **Step 2: Identify target scripts** If the user provides specific paths, use those. Otherwise search these directories recursively: ``` scripts/*.sh, cron/*.sh, jobs/*.sh, bin/*.sh ``` Also check for scripts referenced in crontab files, Makefiles, or CI confi...

Details

Author
notque
Repository
notque/vexjoy-agent
Created
4 months ago
Last Updated
2 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category