帮助用户将 Power Apps 代码应用构建并部署到 Power Platform。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "deploy" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/deploy/SKILL.md 2. 保存为 ~/.claude/skills/deploy/SKILL.md 3. 装好后重载技能,告诉我可以用了
请将当前 Power Apps 代码应用构建并部署到指定的 Power Platform 环境,包含部署前检查、构建步骤和部署结果说明。
完成应用构建与首次部署,并返回部署状态、关键步骤及可能的问题提示。
请将现有 Power Apps 应用重新部署到 Power Platform,保留当前配置,并说明是否部署成功。
输出重新部署结果,说明是否成功、沿用的配置以及失败时的报错信息。
请把我对 Power Apps 代码应用的最新更改构建后部署到 Power Platform,并总结本次更新内容与发布结果。
返回更新后的部署结果,并概述本次发布包含的变更与发布状态。
📋 Shared Instructions: shared-instructions.md - Cross-cutting concerns.
Builds and deploys the app in the current directory to Power Platform.
Check for memory-bank.md in the project root. If found, read it for the project name and environment. If not found, proceed — the project may have been created without the plugin.
npm run build
If the build fails:
Verify dist/ exists with index.html before continuing.
Ask the user: "Ready to deploy to [environment name]? This will update the live app." Wait for explicit confirmation before proceeding.
npx power-apps push
Capture the app URL from the output if present.
If deploy fails, report the error and stop — do not retry silently. Common fixes:
npx power-apps logout, then retry — the CLI will re-prompt browser login.environmentId in power.config.json to the correct value and retry.If memory-bank.md exists, update:
帮助你为当前协作会话配置 Canvas Authoring MCP 服务器并排查连接问题
帮助用户将 canvas-apps 插件问题整理并提交为规范的 GitHub issue。
为 Power Apps 代码应用接入 Azure DevOps 连接器,便于查询工单、提报缺陷与管理流水线。
帮助你为 Power Apps 代码应用添加数据源或连接器,并引导到合适操作流程。
为 Power Apps 代码应用快速接入任意 Power Platform 连接器。
为 Power Apps 代码应用添加 Excel Online 连接器,便于读写 OneDrive 或 SharePoint 中的表格数据。
帮助你用 React 与 Vite 快速创建并部署 Power Apps 代码应用。
将现有 Power Pages 代码站点构建并部署到目标环境,完成认证与上传流程。
将聊天中的应用想法快速生成并部署为全栈网页应用
为 Power Apps 代码应用添加 Copilot Studio 连接器,便于调用智能体与集成回复。
将应用或网站部署到 Vercel,并生成线上或预览访问链接。
为 Power Apps 代码应用接入 SharePoint,支持列表、文档与站点集成