Power Automate Flow Review

Validate Power Automate flow JSON files against Microsoft Learn documentation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wtandler/power-automate-claude --skill power-automate-flow-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Power Automate Flow Review
Source: https://github.com/wtandler/power-automate-claude/tree/main/.claude/skills/power-automate-review
Command: npx skills add https://github.com/wtandler/power-automate-claude --skill power-automate-flow-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the validation of Power Automate flow definitions against live Microsoft documentation, ensuring accuracy and adherence to best practices.

Core Features & Use Cases

  • Connector Validation: Verifies that all connectors used in a flow are correctly configured and up-to-date.
  • Schema Checking: Ensures action schemas, parameters, and connection references meet Microsoft's standards.
  • Deprecation Warnings: Identifies and reports deprecated actions, suggesting modern alternatives.
  • Use Case: After building a complex Power Automate flow, use this Skill to automatically check for any configuration errors, deprecated components, or potential issues before deployment, saving debugging time and preventing runtime failures.

Quick Start

Run /review on your Power Automate flow to validate its configuration against Microsoft documentation.

Frequently Asked Questions about Power Automate Flow Review

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

FAQPage Schema
How do I validate a Power Automate flow definition before deployment?

To validate a Power Automate flow, you can parse the workflow JSON file and compare its connectors and actions against live Microsoft Learn documentation to identify configuration errors and ensure adherence to best practices.

What is Power Automate schema validation and how does it work?

Power Automate schema validation checks action schemas, parameter types, and connection references within a workflow JSON file against live Microsoft documentation to ensure flow integrity and proper configuration.

Can I check my Power Automate flow for deprecated actions and connectors?

Yes, validating your Power Automate flow can identify and report deprecated actions by comparing your workflow JSON against current Microsoft Learn documentation, suggesting modern alternatives to prevent runtime failures.

How do I verify connection references in my Power Automate workflow JSON?

Verifying connection references in a Power Automate workflow involves checking the workflow JSON file to ensure all connectors used are correctly configured and meet Microsoft's current documentation standards.

Does flow validation compare my workflow against live Microsoft Learn documentation?

Yes, flow validation works by comparing your parsed workflow JSON definitions directly against live Microsoft Learn documentation to verify action schemas, parameter types, and identify any deprecation warnings.

Why does my Power Automate flow fail after deployment despite having no visible errors?

Flows may fail due to hidden configuration issues like incorrect action schemas or deprecated components; validating the workflow JSON against live Microsoft Learn documentation beforehand identifies these problems to prevent runtime failures.