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 check
  • check(): HealthCheckResult — execute the health check
Related skills
Installs
4
GitHub Stars
71
First Seen
Mar 17, 2026