healthcheck-dotnet-mssql

Community

Add SQL Server readiness to .NET health checks.

Authorhoangnh2412
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill eliminates the need for manual configuration of SQL Server connectivity probes in .NET application health check endpoints, ensuring traffic is only routed to instances that can successfully access the primary database.

Core Features & Use Cases

  • Standard Health Check Integration: Registers a SQL Server readiness check using the official AspNetCore.HealthChecks.SqlServer library, compatible with the Jarvis framework's health check pipeline.
  • Lightweight Connectivity Probe: Uses a simple SELECT 1 query to verify database accessibility without adding performance overhead.
  • Use Case: For a .NET 9 backend built with the Jarvis framework, this skill adds a SQL Server readiness check to the /health/ready endpoint, so load balancers and orchestration platforms only send traffic to instances with active database connections.

Quick Start

Use the healthcheck-dotnet-mssql skill to add a SQL Server readiness probe to your .NET application's health check configuration using your pre-configured main database connection string.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: healthcheck-dotnet-mssql
Download link: https://github.com/hoangnh2412/jarvis/archive/main.zip#healthcheck-dotnet-mssql

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 536,000+ vetted skills library on demand.