create-health-check
Installation
SKILL.md
Health Check Generator
Creates Health Check infrastructure for monitoring application and dependency health.
When to Use
| Scenario | Example |
|---|---|
| Load balancer routing | Kubernetes liveness/readiness probes |
| Monitoring | Prometheus health scraping |
| Deployment readiness | Verify all dependencies before serving traffic |
| Dependency status | Check Database, Redis, RabbitMQ availability |
Component Characteristics
HealthCheckInterface
name(): string— unique identifier for the checkcheck(): HealthCheckResult— execute the health check