ln-774-healthcheck-setup

Generates Kubernetes health probe endpoints and manifests for .NET and Python services.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/0xtaoist/taogate --skill ln-774-healthcheck-setup-0xtaoist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-774-healthcheck-setup
Source: https://github.com/0xtaoist/taogate/tree/main/ln-774-healthcheck-setup
Command: npx skills add https://github.com/0xtaoist/taogate --skill ln-774-healthcheck-setup-0xtaoist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configures health check endpoints for Kubernetes probes and monitoring for multi-stack apps.

Core Features & Use Cases

  • Generates liveness, readiness, and startup endpoints for .NET and Python services
  • Detects dependencies and builds corresponding probe checks
  • Provides Kubernetes manifest snippets for deployment integration

Quick Start

Activate ln-774-healthcheck-setup with your project root and context to generate the endpoints and manifests.

Frequently Asked Questions about ln-774-healthcheck-setup

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

FAQPage Schema
How do I configure Kubernetes health probes for FastAPI and ASP.NET Core services?

To configure Kubernetes health probes for FastAPI and ASP.NET Core, this tool scans project files to detect dependencies and automatically generates the required liveness, readiness, and startup endpoints alongside Kubernetes deployment manifests.

What is the difference between liveness and readiness probes in Kubernetes multi-stack applications?

Liveness probes indicate if an application container is running and needs restarts when failing, while readiness probes route traffic only to ready containers. This generation process configures both endpoints automatically for .NET and Python multi-stack services.

Can I generate startup health check endpoints for Python and .NET dependencies automatically?

Yes, you can generate startup health check endpoints for Python and .NET dependencies automatically. The tool scans your project structure, detects existing libraries, and builds corresponding probe checks without manual endpoint coding.

How do I add health checks to Kubernetes manifests without overwriting existing endpoint configurations?

You can add health checks to Kubernetes manifests without overwriting existing endpoint configurations because the generation process is idempotent. It skips code generation and manifest snippet creation entirely if endpoints already exist or are pre-configured.

Does this Kubernetes health check setup support custom resources in scripts or references?

Yes, Kubernetes health check setup supports custom resources in scripts, references, and assets. It generates health check code and Kubernetes manifest snippets while allowing optional supplementary resources to be included during the probe configuration process.

Why are my Kubernetes readiness probes failing after adding new dependencies to my FastAPI application?

Kubernetes readiness probes might fail if new FastAPI dependencies are not mapped to health check endpoints. This tool resolves it by scanning project files to detect dependencies and building corresponding probe checks for deployment integration.