skills/cli/umbraco-health/SKILL.md
Health check operations
npx skillsauth add albanist/umbraco_cli umbraco-healthInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
PREREQUISITE: Read
../umbraco-shared/SKILL.mdfor auth, global flags, and security rules.
umbraco health <command> [flags]
| Command | Description |
|---------|-------------|
| health group <name> | Get health check group details |
| health groups | List health check groups |
| health run <group-name> | Run health checks for group |
umbraco health group <name>
umbraco health groups
umbraco health run <group-name>
Safety: Always use
--dry-runfirst. Remove the flag only after verifying the dry-run output.
| Command | Description |
|---------|-------------|
| health action <action-id> | Execute a health check action |
umbraco health action <action-id>
| Flag | Type | Default | Description |
|------|------|---------|-------------|
| --dry-run | bool | false | Print the planned request without executing |
| --json | string | — | Action payload as JSON |
Safe pattern:
# 1. Dry run first
umbraco health action <action-id> --dry-run
# 2. Execute
umbraco health action <action-id>
# Browse subcommands
umbraco health --help
# Inspect a specific endpoint schema
umbraco schema health.<method>
tools
Umbraco Automate operations (event-driven workflow automation)
development
Webhook management (the Management API's outbound event notifications)
development
Backoffice user management (accounts, state, groups, API credentials)
tools
Backoffice user group management (permission sets)