health-checks

Installation
SKILL.md

Health Checks Configuration

Overview

Health checks monitor application dependencies:

  • Liveness - Is the app running?
  • Readiness - Is the app ready to serve traffic?
  • Database checks - PostgreSQL connectivity
  • External service checks - APIs, caches, queues
  • Custom checks - Business logic validation

Quick Reference

Check Type Purpose
AddNpgSql PostgreSQL database
AddUrlGroup External HTTP endpoints
AddRedis Redis cache
Related skills
Installs
8
GitHub Stars
52
First Seen
Mar 1, 2026