cron-job-auditor
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.
More from notque/claude-code-toolkit
generate-claudemd
Generate project-specific CLAUDE.md from repo analysis.
12fish-shell-config
Fish shell configuration and PATH management.
12pptx-generator
PPTX presentation generation with visual QA: slides, pitch decks.
12codebase-overview
Systematic codebase exploration and architecture mapping.
10image-to-video
FFmpeg-based video creation from image and audio.
9data-analysis
Decision-first data analysis with statistical rigor gates.
9