Umbraco Validation Checks
Automates Umbraco site health checks, identifying configuration issues and potential errors for improved stability.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add umbraco-validation-checks npx -- -y @trustedskills/umbraco-validation-checks
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"umbraco-validation-checks": {
"command": "npx",
"args": [
"-y",
"@trustedskills/umbraco-validation-checks"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The umbraco-validation-checks skill enables AI agents to programmatically verify the integrity and correctness of data within the Umbraco CMS backoffice. It ensures that content entries, property values, and document structures adhere to defined business rules before they are saved or published.
When to use it
- Validating user-submitted forms to prevent invalid data from entering the CMS database.
- Checking complex conditional logic in properties (e.g., ensuring a "Price" field is numeric when "Currency" is set to USD).
- Enforcing mandatory field requirements across specific document types or sections.
- Preventing duplicate content entries by verifying unique identifiers before creation.
Key capabilities
- Executes real-time validation logic against Umbraco property values.
- Integrates directly with the CMS backoffice workflow.
- Provides immediate feedback on data compliance issues.
- Supports custom rule definitions for specific content models.
Example prompts
- "Run a validation check on this new product document to ensure all required fields are populated and prices are positive numbers."
- "Validate the submitted event details against our business rules before allowing the save operation in Umbraco."
- "Check if the current user's input for the 'Image URL' property matches the expected format and exists in the media library."
Tips & gotchas
Ensure your Umbraco installation has the necessary permissions configured so the AI agent can access backoffice validation endpoints. Complex validation rules may require custom code implementation within the CMS to fully leverage this skill's capabilities.
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.