power-automate-review

Validate Power Automate flow definitions against live Microsoft documentation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the validation of Power Automate flow definitions against live Microsoft documentation, ensuring accuracy and identifying potential issues before deployment.

Core Features & Use Cases

  • Connector Schema Validation: Verifies that action schemas and parameters align with official Microsoft connector documentation.
  • Deprecation Detection: Identifies and reports deprecated actions or connectors, suggesting modern alternatives.
  • Use Case: After creating a complex Power Automate flow, use this Skill to automatically check all its components for compliance with the latest Microsoft API standards and flag any outdated or incorrect configurations.

Quick Start

Run /review on your Power Automate flow definition to validate its components.

Frequently Asked Questions about power-automate-review

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

FAQPage Schema
How do I validate a Power Automate flow definition against current Microsoft documentation?

To validate a Power Automate flow definition, run a review check against live Microsoft documentation to verify connector schemas and parameters. This process ensures your flow JSON aligns with current Microsoft Learn standards before deployment.

How can I check a Power Automate flow for deprecated connectors or actions?

You can check for deprecated connectors or actions in a Power Automate flow by running a validation review. This identifies outdated components and suggests modern alternatives based on live Microsoft documentation.

What is the best way to ensure Power Automate flow integrity before deployment?

The best way to ensure Power Automate flow integrity is to validate the flow JSON against live Microsoft documentation. This checks connector schemas, parameters, and deprecation warnings to guarantee adherence to current API standards.

Does Power Automate flow validation work on existing flow JSON files?

Yes, Power Automate flow validation works on existing flow JSON files. It applies to post-creation or modification checks, allowing you to validate the components of any exported flow definition.

Why does my Power Automate flow fail after modifying connector parameters?

Your Power Automate flow might fail because modified connector parameters no longer align with official Microsoft documentation. Validating the flow JSON checks action schemas against live standards to identify incorrect configurations.