ll-healthcheck

Query /healthz and /readyz endpoints to check icpay-tg-bot-services liveness and readiness.

9|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/Katsumitec/Human_First --skill ll-healthcheck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ll-healthcheck
Source: https://github.com/Katsumitec/Human_First/tree/main/projects/ll-ai-first/skills-scripts/ll-bot-skills/ll-healthcheck
Command: npx skills add https://github.com/Katsumitec/Human_First --skill ll-healthcheck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a quick check to determine if icpay-tg-bot-services are alive and ready, addressing concerns about service availability and dependency status.

Core Features & Use Cases

  • Service Availability: Checks if the service is running without issues.
  • Readiness Check: Assesses the readiness of the service, considering dependencies like DB and Redis.
  • Use Case: Use this Skill when inquiring about service availability or troubleshooting issues like database connectivity.

Quick Start

Execute the ll-healthcheck skill to verify the health and readiness of the icpay-tg-bot-services.

Frequently Asked Questions about ll-healthcheck

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the health and readiness of icpay-tg-bot-services?

To check the health and readiness of icpay-tg-bot-services, query the /healthz and /readyz endpoints via HTTP requests. This service health check interprets response codes to ensure the service is alive and its dependencies are functioning correctly.

What is the difference between the /healthz and /readyz endpoints for service monitoring?

The /healthz endpoint checks service liveness to confirm the service is running, while the /readyz endpoint assesses service readiness by verifying dependency status, including database and Redis connectivity, before routing traffic.

How do I troubleshoot database connectivity issues using a readiness check?

Run a readiness check against the /readyz endpoint to troubleshoot database connectivity issues. This dependency monitoring process evaluates whether service dependencies like the database and Redis are properly connected and responding.

Does the icpay-tg-bot-services readiness check verify Redis and database dependencies?

Yes, the icpay-tg-bot-services readiness check verifies Redis and database dependencies. It queries the /readyz endpoint to assess dependency status, ensuring these critical components are fully connected and prepared to handle requests.

Why does my service pass the liveness check but fail the readiness check?

A service passes the liveness check but fails the readiness check when the application is running but its dependencies are unavailable. Querying the /readyz endpoint identifies if database or Redis connectivity issues are preventing service readiness.

Can I use ll-healthcheck to monitor service availability without manual HTTP requests?

Yes, you can execute the ll-healthcheck skill to monitor service availability automatically. It handles the HTTP requests to the /healthz and /readyz URLs and interprets the response codes to determine if icpay-tg-bot-services are functioning correctly.