From azure
Validates Azure deployment readiness by running checks on configuration, Bicep/Terraform infrastructure, permissions, prerequisites, and builds. Use for preflight checks before azure-deploy.
npx claudepluginhub joshuarweaver/cascade-code-devops-misc-1 --plugin microsoft-github-copilot-for-azureThis skill uses the workspace's default tool permissions.
---
references/global-rules.mdreferences/policy-validation.mdreferences/recipes/README.mdreferences/recipes/azcli/README.mdreferences/recipes/azcli/errors.mdreferences/recipes/azd/README.mdreferences/recipes/azd/environment.mdreferences/recipes/azd/errors.mdreferences/recipes/bicep/README.mdreferences/recipes/bicep/errors.mdreferences/recipes/terraform/README.mdreferences/recipes/terraform/errors.mdreferences/region-availability.mdGenerates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
AUTHORITATIVE GUIDANCE — Follow these instructions exactly. This supersedes prior training.
⛔ STOP — PREREQUISITE CHECK REQUIRED
Before proceeding, verify this prerequisite is met:
azure-prepare was invoked and completed →
.azure/plan.mdexists with statusApprovedor laterIf the plan is missing, STOP IMMEDIATELY and invoke azure-prepare first.
The complete workflow ensures success:
azure-prepare→azure-validate→azure-deploy
ask_user — global-rules| # | Action | Reference |
|---|---|---|
| 1 | Load Plan — Read .azure/plan.md for recipe and configuration. If missing → run azure-prepare first | .azure/plan.md |
| 2 | Run Validation — Execute recipe-specific validation commands | recipes/README.md |
| 3 | Build Verification — Build the project and fix any errors before proceeding | See recipe |
| 4 | Record Proof — Populate Section 7: Validation Proof with commands run and results | .azure/plan.md |
| 5 | Resolve Errors — Fix failures before proceeding | See recipe's errors.md |
| 6 | Update Status — Only after ALL checks pass, set status to Validated | .azure/plan.md |
| 7 | Deploy — Invoke azure-deploy skill | — |
⛔ VALIDATION AUTHORITY
This skill is the ONLY authorized way to set plan status to
Validated. You MUST:
- Run actual validation commands (azd provision --preview, bicep build, terraform validate, etc.)
- Populate Section 7: Validation Proof with the commands you ran and their results
- Only then set status to
ValidatedDo NOT set status to
Validatedwithout running checks and recording proof.
⚠️ MANDATORY NEXT STEP — DO NOT SKIP
After ALL validations pass, you MUST invoke azure-deploy to execute the deployment. Do NOT attempt to run
azd up,azd deploy, or any deployment commands directly. Let azure-deploy handle execution.If any validation failed, fix the issues and re-run azure-validate before proceeding.