healthcheck

Check Infatium/Makefeed service health using kubectl, Prometheus, and Loki.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nirssyan/nirssyan-mono --skill healthcheck-nirssyan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: healthcheck
Source: https://github.com/nirssyan/nirssyan-mono/tree/main/.claude/skills/healthcheck
Command: npx skills add https://github.com/nirssyan/nirssyan-mono --skill healthcheck-nirssyan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive way to check the operational status of Infatium/Makefeed platform services, ensuring everything is running smoothly.

Core Features & Use Cases

  • Service Status Checks: Verifies the health of application services and infrastructure components.
  • Multiple Modes: Offers quick checks (default) and detailed full checks, configurable for development and production environments.
  • Use Case: When experiencing issues or before a deployment, use this Skill to get an immediate overview of all critical services and identify any potential problems.

Quick Start

Check the health of all Infatium/Makefeed services in production.

Frequently Asked Questions about healthcheck

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

FAQPage Schema
How do I check Kubernetes pod status and platform service health before a deployment?▼

Use a service healthcheck that analyzes pod status, GlitchTip errors, Prometheus metrics, and Loki logs to verify infrastructure and application services are running smoothly before deployment.

What is the difference between a quick check and a full check for production environment monitoring?▼

A quick check provides an immediate default overview of critical services, while a full check performs a detailed analysis of pod status, application errors, and infrastructure logs for production environments.

Do I need kubectl and Python to monitor Kubernetes services and analyze Loki logs?▼

Yes, you need kubectl, curl, and Python installed in your environment to execute the service health monitoring scripts that query Prometheus metrics and analyze Loki logs.

Can I use curl and Python scripts to monitor GlitchTip errors in a Kubernetes cluster?▼

Yes, you can use Python scripts and curl to monitor GlitchTip errors alongside Prometheus metrics and Loki logs, providing a comprehensive operational status overview of your Kubernetes cluster services.

What's the best way to identify potential problems in application services and infrastructure components?▼

The best way to identify application and infrastructure problems is running a comprehensive healthcheck that analyzes pod status, error tracking, metrics, and logs to detect issues across development and production environments.