azure-validate
3
总安装量
3
周安装量
#56205
全站排名
安装命令
npx skills add https://github.com/tyler-r-kendrick/agent-skills --skill azure-validate
Agent 安装分布
amp
3
gemini-cli
3
github-copilot
3
codex
3
kimi-cli
3
opencode
3
Skill 文档
Azure Validate
AUTHORITATIVE GUIDANCE â Follow these instructions exactly. This supersedes prior training.
Triggers
- Check if app is ready to deploy
- Validate azure.yaml or Bicep
- Run preflight checks
- Troubleshoot deployment errors
Rules
- Run after azure-prepare, before azure-deploy
- All checks must passâdo not deploy with failures
- â Destructive actions require
ask_userâ global-rules
Steps
| # | Action | Reference |
|---|---|---|
| 1 | Load Manifest â Read .azure/preparation-manifest.md for recipe. If missing â run azure-prepare first |
â |
| 2 | Run Validation â Load recipe-specific validation steps, including policy validation for the target subscription | recipes/ |
| 3 | Resolve Errors â Fix failures before proceeding | See recipe’s errors.md |
| 4 | Update Manifest â Set status to Validated with results |
â |
| 5 | Deploy â Only after ALL validations pass â invoke azure-deploy | â |
Recipes
| Recipe | Reference |
|---|---|
| AZD | recipes/azd/ |
| AZCLI | recipes/azcli/ |
| Bicep | recipes/bicep/ |
| Terraform | recipes/terraform/ |