一键导入
azure
Azure cloud resources: ARM/Bicep templates, Azure CLI patterns, RBAC, service principals, and subscription safety for this repo.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Azure cloud resources: ARM/Bicep templates, Azure CLI patterns, RBAC, service principals, and subscription safety for this repo.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Operate Harkonnen through the repo-local MCP server and CLI. TRIGGER: user asks about run history, PackChat threads or messages, checkpoints, board snapshots, reasoning trails, benchmark suites or reports, wants to diagnose a failure, wants a run report, or wants to start, queue, or watch a run. Preferred over raw shell commands for Harkonnen interactions.
Databricks on Azure: cluster lifecycle, Delta Lake operations, MLflow tracking, and Unity Catalog patterns for this repo.
Docker and Compose: image builds, container lifecycle, networking, volume management, and safety conventions for this repo.
SQL database patterns: schema migrations, query safety, index design, and transaction hygiene for this repo.
WinCC OA SCADA: CTRL scripts, panels, datapoint operations, manager lifecycle, and live-system safety for this repo.
Linux environment conventions: shell idioms, systemd, package management, file permissions, and path conventions for this repo.
| name | azure |
| description | Azure cloud resources: ARM/Bicep templates, Azure CLI patterns, RBAC, service principals, and subscription safety for this repo. |
| user-invocable | false |
| allowed-tools | ["Bash(az *)","WebFetch(learn.microsoft.com)"] |
This repo uses Azure. Apply these patterns.
az account show.--output json for scripting; --output table for human inspection.az resource list --resource-group <rg> before modifying unknown resource groups.az configure --defaults group=<rg> location=eastus.@secure() decorator for passwords and keys — they will not appear in deployment logs.az deployment group validate --resource-group <rg> --template-file main.bicep.az deployment group what-if --resource-group <rg> --template-file main.bicep.Reader, Contributor) over custom roles.Owner to a service principal without explicit human approval.az role assignment list --assignee <principal-id>.az resource delete, az group delete) requires explicit approval.env, project, and owner tags.az group delete.