HE

Implements standard health check endpoints for robust application monitoring and orchestration.

Install

mkdir -p .claude/skills/health-checks && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/7322" && unzip -o skill.zip -d .claude/skills/health-checks && rm skill.zip

Installs to .claude/skills/health-checks

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.

Implement health check endpoints for load balancers, Kubernetes, and monitoring. Covers liveness, readiness, and dependency checks.
131 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Implement liveness probe endpoints
  • Implement readiness probe endpoints
  • Register critical dependency checks
  • Register non-critical dependency checks
  • Return detailed health status with latency
  • Support TypeScript and Python implementations

How it works

The service registers health checks and exposes them via HTTP routes, where liveness probes check process responsiveness and readiness probes evaluate critical dependency health.

Inputs & outputs

You give it
Health check registration configuration
You get back
HTTP 200/503 status with JSON health report

When to use health-checks

  • Create liveness probe
  • Add readiness check endpoint
  • Configure dependency health monitor
  • Prepare app for Kubernetes deployment

About health-checks

Configures standard health probe endpoints needed for load balancers and Kubernetes environments. It covers liveness, readiness, and dependency checks to ensure uptime.

Implement health check endpoints for load balancers, Kubernetes, and monitoring. Covers liveness, readiness, and dependency checks.

When not to use it

  • Checking external services in liveness probes
  • Requiring authentication for health endpoints

Limitations

  • Health checks must include timeouts to prevent hanging
  • Expensive checks should be cached to avoid performance degradation

How it compares

This approach provides a structured, extensible service class for managing multiple health probes rather than manually defining simple status endpoints.

Compared to similar skills

health-checks side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
health-checks (this skill)36moReviewIntermediate
k8s-diagnostics16moNo flagsIntermediate
service-mesh-observability52moNo flagsAdvanced
observability-engineer124moNo flagsAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry