batch-health

Audit scheduled batch skill executions and alert on missed runs.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/aeoncity-demo/myaeon --skill batch-health-aeoncity-demo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: batch-health
Source: https://github.com/aeoncity-demo/myaeon/tree/main/skills/batch-health
Command: npx skills add https://github.com/aeoncity-demo/myaeon --skill batch-health-aeoncity-demo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that all scheduled batch skills run within their expected window, alerting on any missed executions or batch-level outages.

Core Features & Use Cases

  • Post-Batch Audit: Checks whether all enabled scheduled skills fired in their expected window.
  • Alerts on Misses: Notifies if skills do not run when expected, preventing silent failures.
  • Batch Outage Detection: Files issues on batch-level outages, ensuring visibility into failures.

Quick Start

Run the batch-health skill to audit batch execution for today.

Frequently Asked Questions about batch-health

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor scheduled tasks and detect missed batch executions?

Batch outage detection identifies batch-level outages by filing issues when scheduled skills fail to run during their expected window. This creates visibility into systemic failures and ensures that batch-level outages are formally tracked rather than going unnoticed.

What do I need to set up batch execution monitoring for scheduled tasks?

Batch execution monitoring requires cron scheduling and file logging to verify execution. You must configure scheduled tasks to generate file logs so the auditing process can verify whether each skill fired within its expected time window.

How do I check if a scheduled batch job ran successfully today?

To check if a scheduled batch job ran successfully today, run a post-batch audit to verify whether all enabled scheduled skills fired in their expected window. This audit reviews file logs to confirm execution and flags any missed runs for the day.

Why do I need alerts for missed scheduled task runs?

Alerts for missed scheduled task runs are needed to prevent silent failures in batch execution. Without alerts, missed runs in scheduled skills can go unnoticed, causing delays and data gaps that impact downstream systems and overall task reliability.

How does batch outage detection work for scheduled skills?

Batch outage detection works by filing issues on batch-level outages to ensure visibility into failures. It monitors scheduled skills and formally records outages when tasks do not run as expected, allowing teams to track and resolve systemic execution problems.