Add Flow Studio Power Automate to community plugins#38
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds the 'Flow Studio Power Automate' plugin to the registry. The review identified that the total count in plugins.json was not updated to 37, and the new plugin's install_url incorrectly uses the master branch instead of main. Additionally, the review noted that the PR contains excessive noise due to unnecessary unicode escaping and a full-file rewrite of README.md, likely caused by editor configuration issues.
| "name": "awesome-codex-plugins", | ||
| "version": "1.0.0", | ||
| "last_updated": "2026-04-04", | ||
| "total": 36, |
| "description": "Debug, build, and operate Power Automate flows via FlowStudio MCP with action-level inputs and outputs.", | ||
| "category": "Tools & Integrations", | ||
| "source": "awesome-codex-plugins", | ||
| "install_url": "https://raw.githubusercontent.com/ninihen1/power-automate-mcp-skills/master/.codex-plugin/plugin.json" |
There was a problem hiding this comment.
This entry uses the master branch for the install_url, while all other plugins in this registry use main. Additionally, the project's generation script (scripts/generate_plugins_json.py) is hardcoded to use main (line 98). To maintain consistency and ensure compatibility with the project's automation, please use the main branch if it is the default for your repository.
| "install_url": "https://raw.githubusercontent.com/ninihen1/power-automate-mcp-skills/master/.codex-plugin/plugin.json" | |
| "install_url": "https://raw.githubusercontent.com/ninihen1/power-automate-mcp-skills/main/.codex-plugin/plugin.json" |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3805a8076d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "install_url": "https://raw.githubusercontent.com/Rothschildiuk/context-pack/main/.codex-plugin/plugin.json" | ||
| }, | ||
| { | ||
| "name": "Flow Studio Power Automate", |
There was a problem hiding this comment.
Update plugin count metadata after adding entry
Adding this new plugin object increases the plugins array to 37 items, but the top-level total value in plugins.json remains 36, leaving the compatibility metadata inconsistent. Any downstream tooling that relies on total for validation, pagination, or display counts can misreport the catalog and omit this newly added plugin from expected totals.
Useful? React with 👍 / 👎.
Plugin
Flow Studio Power Automate — Debug, build, and operate Power Automate flows via FlowStudio MCP with action-level inputs and outputs.
.codex-plugin/plugin.jsonWhat it does
Gives AI agents the same visibility you have in the Power Automate portal. The Graph API only returns top-level run status — Flow Studio MCP exposes action-level inputs, outputs, loop iterations, and nested child flow failures.
Also available on
Changes