agentsclimarketplace

Azure validate

Skill ComeOnOliver/skillshub/skills/microsoft/skills/azure-validate

🧠 The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.

Install
npx -y skills add ComeOnOliver/skillshub --skill azure-validate

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

2.4 KB, 606 tokens by cl100k_base, as published. Nobody here has run it

Azure Validate

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.md exists with status Approved or later

If the plan is missing, STOP IMMEDIATELY and invoke azure-prepare first.

The complete workflow ensures success:

azure-prepare β†’ azure-validate β†’ azure-deploy

Triggers

  • Check if app is ready to deploy
  • Validate azure.yaml or Bicep
  • Run preflight checks
  • Troubleshoot deployment errors

Rules

  1. Run after azure-prepare, before azure-deploy
  2. All checks must passβ€”do not deploy with failures
  3. β›” Destructive actions require ask_user β€” global-rules

Steps

#ActionReference
1Load Plan β€” Read .azure/plan.md for recipe and configuration. If missing β†’ run azure-prepare first.azure/plan.md
2Run Validation β€” Execute recipe-specific validation commandsrecipes/README.md
3Record Proof β€” Populate Section 7: Validation Proof with commands run and results.azure/plan.md
4Resolve Errors β€” Fix failures before proceedingSee recipe's errors.md
5Update Status β€” Only after ALL checks pass, set status to Validated.azure/plan.md
6Deploy β€” Invoke azure-deploy skillβ€”

β›” VALIDATION AUTHORITY

This skill is the ONLY authorized way to set plan status to Validated. You MUST:

  1. Run actual validation commands (azd provision --preview, bicep build, terraform validate, etc.)
  2. Populate Section 7: Validation Proof with the commands you ran and their results
  3. Only then set status to Validated

Do NOT set status to Validated without 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.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.