power-automate

Create and deploy Dataverse-backed Power Automate cloud flows within solution boundaries.

56|20|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/geekfujiwara/CodeAppsDevelopmentStandard --skill power-automate-geekfujiwara
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: power-automate
Source: https://github.com/geekfujiwara/CodeAppsDevelopmentStandard/tree/main/.github/skills/power-automate
Command: npx skills add https://github.com/geekfujiwara/CodeAppsDevelopmentStandard --skill power-automate-geekfujiwara

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, python-dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Dataverse を核としたソリューション内で Power Automate のクラウドフローを作成・デプロイする際に直面する、ALM適合性の不足・接続参照の未管理・ソリューション間の移行難易度といった課題を自動化します。

Core Features & Use Cases

  • Dataverse Web API を用いたクラウドフローのソリューション内作成とデプロイ
  • 接続参照の自動探索・ソリューション内配置・べき等デプロイによるALM対応
  • Office 365 Outlook・AI Builder・Dataverse などの代表的パターンを組み合わせたデプロイ例
  • Use Case: インシデント管理フローの作成・配布・有効化を環境間で再現可能に管理

Quick Start

Deploy a sample solution-ready cloud flow by running the included scripts to create and publish it into your Dataverse environment.

Frequently Asked Questions about power-automate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy Power Automate cloud flows into Dataverse with ALM compliance?

Deploying Power Automate cloud flows into Dataverse requires creating flows within a solution boundary and managing connection references. This Skill automates that by applying environment-scoped tokens, pre-deployment checks, and idempotent deployment to ensure robust ALM-friendly patterns.

What is the best way to manage connection references for Power Automate across environments?

Managing connection references across environments requires automatically discovering and placing them within a solution boundary. This Skill handles that by configuring environment-scoped tokens and applying idempotent deployment patterns to ensure references are correctly mapped during migration.

Can I automate Power Automate flow activation with fallback handling if deployment fails?

Yes, you can automate flow activation with fallback handling. This Skill enforces robust deployment patterns including pre-deployment checks and draft activation when needed, ensuring flows are safely published into your Dataverse environment with proper error handling.

Does this approach support deploying incident management cloud flows using Dataverse Web API?

Yes, it supports deploying incident management cloud flows using the Dataverse Web API. The Skill creates and publishes solution-level components, combining Office 365 Outlook, AI Builder, and Dataverse patterns to reproduce incident management flows across environments.

Why do my Power Automate cloud flows lose connection references when migrating between Dataverse solutions?

Flows lose connection references during migration when they are not properly managed within the solution boundary. This Skill resolves that by automatically discovering, placing, and deploying connection references idempotently to maintain integrity across environment migrations.