health-check-endpoint

Solid

Implement health check and readiness endpoints for SDK consumers

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
99
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Health Check Endpoint Skill ## Overview This skill implements health check and readiness endpoints that SDK consumers can use to verify connectivity and dependency health, especially important for Kubernetes and load balancer integration. ## Capabilities - Design health check contracts and responses - Implement dependency checks (database, cache, external APIs) - Support Kubernetes liveness and readiness probes - Generate health status reports - Configure degraded state handling - Implement cascading health checks - Support custom health indicators - Configure health aggregation strategies ## Target Processes - Observability Integration - Platform API Gateway Design - SDK Architecture Design ## Integration Points - Kubernetes probe endpoints - Load balancer health checks - Monitoring systems - Service mesh health - Circuit breaker status ## Input Requirements - Dependencies to check - Health check intervals - Timeout configurations - Degradation policies - Kubernetes probe requirements ## Output Artifacts - Health check endpoint implementation - Dependency check modules - Health response schemas - Kubernetes probe configurations - Monitoring integrations - Health aggregation logic ## Usage Example ```yaml skill: name: health-check-endpoint context: endpoints: health: /health ready: /ready live: /live checks: - name: database type: tcp critical: true - name: cache type: redis critical: fa...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Related Skills