Umbraco Review Checks

🌐Community
by umbraco · vlatest · Repository

Automates Umbraco site review checks, identifying potential issues like broken links and missing metadata.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add umbraco-review-checks npx -- -y @trustedskills/umbraco-review-checks
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "umbraco-review-checks": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/umbraco-review-checks"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates review checks for Umbraco extensions using the umbraco-extension-reviewer agent. It performs assessments across three categories: Code Quality, Architecture, and UI Patterns. The checks range in severity from Critical to Low and some can be partially auto-fixed. This helps ensure that Umbraco extensions adhere to best practices and maintain a high standard of quality.

When to use it

  • When developing new Umbraco extensions.
  • During code reviews for existing Umbraco extensions.
  • To identify potential issues in an extension before publishing it.
  • For dashboard, workspace, property editor, entity action, context/repository extension types.

Key capabilities

  • Code Quality Checks (CQ-1 to CQ-9): Evaluates code for proper usage of extension types, manifest registration, element implementation, and adherence to naming conventions.
  • Architecture Checks (AR-1 to AR-6): Assesses the architectural design of extensions, looking for issues like direct API client access and circular context dependencies.
  • UI Pattern Checks (UI-1 to UI-7): Verifies that user interface components follow established Umbraco UI (UUI) patterns, including custom error handling and accessibility considerations.
  • Provides severity levels (Critical, High, Medium, Low) for each check.
  • Indicates whether a check can be partially auto-fixed.

Example prompts

  • "Run code quality checks on this extension."
  • "Perform architecture checks for my Umbraco extension."
  • "Check the UI patterns in this extension and report any issues."

Tips & gotchas

  • For accurate results, it's recommended to check against local source files (Umbraco.UI and Umbraco-CMS) rather than relying on online resources whenever possible.
  • The skill requires the umbraco-extension-reviewer agent to be installed.
  • Refer to the category files (code-quality-checks.md, architecture-checks.md, ui-pattern-checks.md) for detailed information about each check.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
umbraco
Installs
39

🌐 Community

Passed automated security scans.