umbraco-health-check

Implement custom health checks in the Umbraco backoffice using TypeScript and C#.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/kraftvaerk/Kraftvaerk.Umbraco.Alchemy --skill umbraco-health-check-kraftvaerk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: umbraco-health-check
Source: https://github.com/kraftvaerk/Kraftvaerk.Umbraco.Alchemy/tree/main/Kraftvaerk.Umbraco.Alchemy.Frontend/.agents/skills/umbraco-health-check
Command: npx skills add https://github.com/kraftvaerk/Kraftvaerk.Umbraco.Alchemy --skill umbraco-health-check-kraftvaerk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers create custom diagnostic checks for Umbraco installations, ensuring everything is functioning correctly and providing actionable insights.

Core Features & Use Cases

  • Custom Diagnostics: Define and implement specific health checks tailored to your Umbraco project.
  • Status Reporting: Display clear status messages (Success, Warning, Error, Info) for each check.
  • Actionable Fixes: Provide automated or manual actions to resolve detected issues.
  • Use Case: Create a health check to verify that a critical external API used by your Umbraco site is reachable and responding correctly.

Quick Start

Use the umbraco-health-check skill to create a new custom health check for Umbraco.

Frequently Asked Questions about umbraco-health-check

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

FAQPage Schema
How do I implement custom health checks in Umbraco?▼

To implement custom Umbraco health checks, use TypeScript and C# to define specific diagnostic checks within the backoffice. This approach scopes verification to installation integrity, custom service status, and external dependencies.

Can I display custom status messages for Umbraco diagnostics?▼

Yes, Umbraco health checks support clear status reporting by displaying Success, Warning, Error, and Info messages for each check. This ensures actionable insights for proactive issue detection and resolution.

How do I add actionable fixes to Umbraco health check warnings?▼

You can provide actionable fixes in Umbraco health checks by defining automated or manual remediation actions directly within your custom check logic. This provides actionable steps to resolve detected issues.

Does Umbraco health check work for verifying external API dependencies?▼

Yes, Umbraco health checks can verify external API dependencies. You can create a custom check to ensure that a critical external API used by your site is reachable and responding correctly.

What is the best way to monitor Umbraco installation integrity?▼

The best way to monitor Umbraco installation integrity is by implementing custom diagnostic checks using TypeScript and C#. This provides automated system diagnostics for proactive issue detection.

Do I need C# to create Umbraco backoffice diagnostics?▼

Yes, you need C# alongside TypeScript to create Umbraco backoffice diagnostics. These languages are used to implement custom health checks that verify system status and external dependencies.