Umbraco Health Check
This Umbraco Health Check skill verifies your site's stability and configuration, ensuring a smooth user experience and proactive problem detection.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add umbraco-health-check npx -- -y @trustedskills/umbraco-health-check
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"umbraco-health-check": {
"command": "npx",
"args": [
"-y",
"@trustedskills/umbraco-health-check"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to create and manage custom system diagnostics within Umbraco, which appear in the Health Check dashboard. These health checks verify that your Umbraco installation and related services are functioning correctly. They can report status, display warnings, and provide actionable recommendations for resolving issues, contributing to a stable user experience.
When to use it
- When you need to monitor specific aspects of your Umbraco site beyond the default health checks.
- To proactively identify and address potential problems before they impact users.
- For creating custom diagnostics related to integrations or third-party services used within your Umbraco site.
- When needing to provide actionable steps for resolving detected issues directly from the Health Check dashboard.
Key capabilities
- Creation of custom health checks with names and aliases.
- Definition of API endpoints for executing health check logic.
- Reporting of status, warnings, and recommendations within the Umbraco Health Check dashboard.
- Provision of actionable steps (actions) to resolve identified issues.
Example prompts
- "Create a custom health check that verifies the connection to our database."
- "Generate a health check that displays a warning if our CDN is unavailable."
- "Implement a 'fix-issue' action for my custom health check that attempts to restart the service."
Tips & gotchas
- Requires familiarity with Umbraco development and concepts.
- Refer to the official Umbraco documentation (linked in the source) for the most up-to-date implementation details.
- Consider using the
UmbControllerHostwhen implementing context logic.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.