Tooling & Ops Custom Skills · Curated

Cron Job Auditor

Lists scheduled WP-Cron events and flags ones that never fire or overlap with each other.

What it does

Reads the scheduled cron array to list every hook, its recurrence interval, and next scheduled run time, then flags hooks that are overdue (meaning wp-cron.php is not being triggered reliably), duplicate hooks registered by more than one plugin, and events scheduled far more frequently than their task plausibly needs.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/cron-job-auditor/ (or ~/.claude/skills/cron-job-auditor/ for all projects)

GitHub Copilot (VS Code)

.github/skills/cron-job-auditor/

OpenAI Codex

.codex/skills/cron-job-auditor/

Cursor

.cursor/skills/cron-job-auditor/ (or ~/.cursor/skills/cron-job-auditor/ globally)

Compatibility

Any WordPress site; WP-CLI (wp cron event list) gives direct access, otherwise a database read or a diagnostics plugin is needed.