worker-health-monitoring
Provides automated health checks and failure detection for background job processing.
Install
mkdir -p .claude/skills/worker-health-monitoring && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/3895" && unzip -o skill.zip -d .claude/skills/worker-health-monitoring && rm skill.zipInstalls to .claude/skills/worker-health-monitoring
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Heartbeat-based health monitoring for background workers with configurable thresholds, rolling duration windows, failure rate calculation, and stuck job detection.Key capabilities
- →Register background workers with expected duration metrics
- →Record heartbeats with system resource metrics
- →Calculate failure rates and latency percentiles
- →Detect stuck jobs based on heartbeat age
- →Generate health summaries for worker status monitoring
How it works
The monitor tracks worker heartbeats and job execution durations within rolling windows to determine health status based on configurable failure and latency thresholds.
Inputs & outputs
When to use worker-health-monitoring
- →Set up monitoring for background job workers
- →Define failure thresholds for process restarts
- →Detect stuck background tasks
About worker-health-monitoring
Configures heartbeat monitors to detect worker health. It allows for setting failure thresholds and rolling duration windows to identify stuck jobs or process crashes.
Heartbeat-based health monitoring for background workers with configurable thresholds, rolling duration windows, failure rate calculation, and stuck job detection.
When not to use it
- →Monitoring non-background worker processes
- →Tracking real-time user session health
Limitations
- →Requires manual heartbeat integration in worker code
- →Thresholds must be pre-configured based on baseline measurements
How it compares
Unlike manual logging, this skill provides automated status classification and percentile-based latency tracking for background tasks.
Compared to similar skills
worker-health-monitoring side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| worker-health-monitoring (this skill) | 1 | 6mo | No flags | Intermediate |
| observability-engineer | 12 | 4mo | No flags | Advanced |
| devops-troubleshooter | 1 | 4mo | No flags | Advanced |
| observability-monitoring-monitor-setup | 1 | 4mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by dadbodgeoff
View all by dadbodgeoff →You might also like
observability-engineer
sickn33
Build production-ready monitoring, logging, and tracing systems. Implements comprehensive observability strategies, SLI/SLO management, and incident response workflows. Use PROACTIVELY for monitoring infrastructure, performance optimization, or production reliability.
devops-troubleshooter
sickn33
Expert DevOps troubleshooter specializing in rapid incident response, advanced debugging, and modern observability. Masters log analysis, distributed tracing, Kubernetes debugging, performance optimization, and root cause analysis. Handles production outages, system reliability, and preventive monitoring. Use PROACTIVELY for debugging, incident response, or system troubleshooting.
observability-monitoring-monitor-setup
sickn33
You are a monitoring and observability expert specializing in implementing comprehensive monitoring solutions. Set up metrics collection, distributed tracing, log aggregation, and create insightful da
Logging and Monitoring for Agentic Workflows
Hack23
Comprehensive observability patterns for GitHub Agentic Workflows including structured logging, metrics collection, alerting strategies, debugging techniques, and production monitoring best practices for autonomous agent systems.
ops
matteocervelli
Post-deploy observability for production services — structured logging, RED metrics + Prometheus, Grafana dashboards, SLO-based alerting. Use when setting up monitoring or instrumenting a live service. Trigger on "add logging", "metrics", "dashboard", "alerting", "observability", "monitor this servi
observability-setup
spideynolove
Set up metrics, logs, and traces for a service. Use when a mid-level developer needs basic observability coverage.