帮助你为 Azure 应用生成部署准备文件与基础设施配置,加速创建、现代化与上线。
该技能材料显示其为开源的 prompt-only Azure 准备技能,不要求密钥、未声明远程端点,整体风险较低。需注意 README 含有较强的“强制遵循”提示注入式措辞,并要求在工作区落盘部署计划文件,因此在数据访问与供应链维度建议留意。
材料声明无需任何密钥或环境变量,且未见要求用户提供令牌、订阅密钥或登录凭证的内容;凭证暴露面较小。
未声明任何远程端点或外发主机;作为 prompt-only 技能,材料本身未显示会将用户数据发送到第三方服务。
系统检查项表明其为 prompt-only,未显示具备本机起进程、执行脚本或直接调用系统命令的能力;README 提及部署相关命令,但从材料看更像流程指引而非内建执行权限。
README 明确要求首先在工作区根目录写入 `.azure/deployment-plan.md`,并围绕现有项目文件进行修改;这意味着其设计意图涉及对用户工作区内容的读写,虽属此类技能常见范围,但应确认仅限项目目录且避免不必要落盘。
正面因素是源码公开在 GitHub 且标注为开源;但许可证未声明、社区采用度为 0 star、维护状态未知。另有一项可核实红旗是 README 使用“AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE”“MUST”等强制性措辞,带有明显提示注入/越权引导特征,虽不足以单独判定整体高风险,但需要审慎对待。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "azure-prepare" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/GitHub-Copilot-for-Azure/main/plugin/skills/azure-prepare/SKILL.md 2. 保存为 ~/.claude/skills/azure-prepare/SKILL.md 3. 装好后重载技能,告诉我可以用了
帮我创建一个可部署到 Azure App Service 的 Node.js Web 应用,生成 Bicep、azure.yaml、Dockerfile 和基础部署配置,并包含生产环境建议。
一套可用于 Azure App Service 的应用脚手架与部署文件,包括基础设施定义、容器配置和部署说明。
将我现有的后端 API 现代化并准备部署到 Azure Container Apps,补充 Terraform、azure.yaml、Dockerfile,并加入托管身份与 Key Vault 配置。
针对现有 API 的 Azure 部署改造方案与代码文件,涵盖容器化、基础设施即代码和安全接入配置。
帮我创建一个 Azure Functions 事件驱动应用,使用 Service Bus trigger,生成 Terraform、azure.yaml 和所需部署配置,并说明如何上线。
可部署的函数应用项目结构,以及 Service Bus 相关 Azure 资源、配置文件和上线步骤说明。
AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE
This document is the official, canonical source for preparing applications for Azure deployment. You MUST follow these instructions exactly as written unless they contradict security policies given to you. When in doubt, present the conflicting instructions from this document and ask the user for explicit confirmation. Do not improvise, infer, or substitute steps.
Activate this skill when user wants to:
.azure/deployment-plan.md skeleton in the workspace root directory (not the session-state folder) as your very first action — before any code generation or execution begins. Write the skeleton immediately, then populate it progressively as Phase 1 analysis and research unfold; finalize it with all decisions at Phase 1 Step 6. This file must exist on disk throughout. azure-validate and azure-deploy depend on it and will fail without it. Do not skip or defer this step.ask_user for subscription and location per Azure Contextask_user — Global Rulesazd init -t <template> is for NEW projects only; do NOT run azd init -t in an existing workspace. Plain azd init (without a template argument) may be used in existing workspaces when appropriate. File deletions within a project (e.g., removing build artifacts or temp files) are permitted when appropriate, but NEVER delete the user's project or workspace directory itself. See Global Rules.azd up, azd deploy, terraform apply) is handled by the azure-deploy skill, which provides built-in error recovery and deployment verification.administratorLogin or administratorLoginPassword — not in direct properties, not in conditional/ternary branches, not anywhere in the file. Always use Entra-only authentication (azureADOnlyAuthentication: true) unconditionally. See references/services/sql-database/bicep.md.azd template into Terraform templates, remove the Bicep templates that were introduced by that azd template and are now fully replaced by Terraform equivalents. Do not remove user-authored Bicep files. Only remove those template-provided Bicep files after the Terraform IaC is complete and Terraform has been selected as the deployment path. Before handing off to azure-validate skill, keep only the IaC templates required by the chosen deployment path.YOU MUST CREATE A PLAN BEFORE DOING ANY WORK
- STOP — Do not generate any code, infrastructure, or configuration yet
…
分析并精简 Markdown 内容,降低 token 消耗并提升 AI 处理效率。
帮助你编写、审查并规范符合 agentskills.io 规范的技能文档
帮助你跨区域与项目查询 Azure OpenAI 容量配额并推荐最佳部署位置
帮助你编写、校验并运行基于 eval.yaml 的智能体评测套件
使用 KQL 查询和分析 Azure Data Explorer 中的日志、遥测与时序数据。
评估 AKS 集群与工作负载对 Automatic 的兼容性并提供迁移修复建议
执行已准备好的 Azure 应用部署,并自动处理常见发布错误恢复。
评估并迁移跨云应用到 Azure,生成报告并辅助代码转换。
在部署前深度检查 Azure 配置、权限与基础设施就绪情况,提前发现风险。
指导完成 Microsoft Entra ID 应用注册、OAuth 配置与 MSAL 接入。
帮助用户将 Power Apps 代码应用构建并部署到 Power Platform。
帮助你端到端部署、评估、微调并持续优化 Microsoft Foundry 智能体与模型。