health-check-endpoints
✓Implement comprehensive health check endpoints for liveness, readiness, and dependency monitoring. Use when deploying to Kubernetes, implementing load balancer health checks, or monitoring service availability.
Installation
SKILL.md
Implement health check endpoints to monitor service health, dependencies, and readiness for traffic.
| Liveness | Process is running | Restart container | | Readiness | Ready for traffic | Remove from load balancer | | Startup | Application started | Delay other probes | | Deep | Dependencies healthy | Alert/Circuit break |
Implement comprehensive health check endpoints for liveness, readiness, and dependency monitoring. Use when deploying to Kubernetes, implementing load balancer health checks, or monitoring service availability. Source: aj-geddes/useful-ai-prompts.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill health-check-endpoints Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill health-check-endpoints- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is health-check-endpoints?
Implement comprehensive health check endpoints for liveness, readiness, and dependency monitoring. Use when deploying to Kubernetes, implementing load balancer health checks, or monitoring service availability. Source: aj-geddes/useful-ai-prompts.
How do I install health-check-endpoints?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill health-check-endpoints Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/aj-geddes/useful-ai-prompts
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01