帮助用户将 Power Apps 代码应用构建并部署到 Power Platform。
该技能材料显示为开源的 prompt-only 部署指引,本身未声明密钥、远程端点或内置可执行组件,整体风险较低。需注意其内容会引导宿主代理读取项目文件并执行构建/部署命令,但这更属于使用阶段的操作风险,而非该技能包自身的高风险红旗。
材料明确标注“无”密钥/环境变量;README 仅提到若 `power-apps` 登录过期需重新认证,但未要求在技能内嵌入或外传凭证,未见明确凭证泄露设计。
未声明任何远程端点;作为 prompt-only 技能,本体不直接发起网络请求。文档中的 `npx power-apps push` 仅是外部部署命令说明,目标也与声明功能一致,未见向不明或无关端点外发数据的证据。
系统检查项已标注为 prompt-only,说明该技能自身不是可执行程序。虽然 README 指导宿主执行 `npm run build` 与 `npx power-apps push`,但这是文本流程,不代表技能包自带本机代码执行能力。
文档涉及读取项目根目录的 `memory-bank.md`、检查 `dist/`、以及可能修改 `power.config.json`/更新 `memory-bank.md`,但这些都属于说明性步骤;技能本体未声明直接读写文件或申请超出部署场景的数据权限。
来源为 GitHub 上的微软组织开源仓库,源码可审计,这明显降低了风险;但仓库 star 为 0、许可证未声明、维护状态未知,因此供应链可信度虽不差,仍建议保留基本审查与版本固定。
复制安装指令,让 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:
检查并配置 Power Pages 站点安全响应头,定位风险并指导修复设置。
对 Power Pages 站点执行端到端安全审查,并汇总生成完整 HTML 报告。
用于对已部署的 Power Pages 网站进行运行时浏览、爬取与接口验证测试。
帮助你为 Power Apps 代码应用添加数据源或连接器,并引导到合适操作流程。
为 Power Apps 代码应用接入 Azure DevOps 连接器,便于查询工单、提报缺陷与管理流水线。
帮助你快速搭建 Power Platform 管道,实现 Power Pages 自动化部署。
帮助你用 React 与 Vite 快速创建并部署 Power Apps 代码应用。
将现有 Power Pages 代码站点构建并部署到目标环境,完成认证与上传流程。
将聊天中的应用想法快速生成并部署为全栈网页应用
为 Power Apps 代码应用添加 Copilot Studio 连接器,便于调用智能体与集成回复。
将应用或网站部署到 Vercel,并生成线上或预览访问链接。
为 Power Apps 代码应用接入 SharePoint,支持列表、文档与站点集成