Skip to content

Update FlowStudio Power Automate skills for server 1.2.77 - #2943

Open
ninihen1 wants to merge 1 commit into
github:mainfrom
ninihen1:flowstudio-1-2-77
Open

Update FlowStudio Power Automate skills for server 1.2.77#2943
ninihen1 wants to merge 1 commit into
github:mainfrom
ninihen1:flowstudio-1-2-77

Conversation

@ninihen1

@ninihen1 ninihen1 commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

What changed

FlowStudio MCP server 1.2.77 changed two tools, and the brand spelling was updated to one word. Seven files across the five FlowStudio skills and the plugin README:

  • flowstudio-power-automate-debug/SKILL.mdtrigger_live_flow now runs scheduled (Recurrence) flows on demand (no body; scheduled triggers take no inputs), so the resubmit-vs-trigger guidance sends scheduled flows there instead of claiming they cannot be run.
  • flowstudio-power-automate-build/SKILL.md — the HTTP-twin workaround now applies only to connector-triggered flows (Recurrence no longer needs it); fixes a sample that read the new flow id from a boolean; back under the 500-line lint limit that PR Update FlowStudio Power Automate skills for Button, PowerApps, and Skills triggers #2826 tripped.
  • flowstudio-power-automate-mcp/SKILL.md + references/tool-reference.md — the ChatGPT/claude.ai connector path in prerequisites; list_live_connections requires environmentName (the across-environments claim was never supported by the platform) and applies top after search; retired wording the server's 1.2.55 descriptions dropped.
  • flowstudio-power-automate-governance/SKILL.md, flowstudio-power-automate-monitoring/SKILL.md, plugins/flowstudio-power-automate/README.md — brand spelling: FlowStudio, one word.

Frontmatter unchanged, so README output is unaffected. All five skills pass @microsoft/vally-cli lint locally. Behavior claims verified against the production server (1.2.77).

🤖 Generated with Claude Code

trigger_live_flow now runs scheduled (Recurrence) flows on demand;
list_live_connections requires environmentName and applies top after search;
the ChatGPT/claude.ai connector path is documented in the mcp skill; the
brand reads FlowStudio (one word) across the skills and plugin README; the
build skill is back under the 500-line lint limit.
Copilot AI balanced review requested due to automatic review settings September 4, 2026 13:23
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

🔒 PR Risk Scan Results

Scanned 7 changed file(s).

Severity Count
🔴 High 0
🟠 Medium 0
ℹ️ Info 0

✅ No matching risk patterns were detected in changed files.

This is an automated soft-gate report. Findings indicate review targets and do not block merge by themselves.

@github-actions github-actions Bot added plugin PR touches plugins skills PR touches skills labels Sep 4, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The creation example reads a nonexistent response field, and the debug table recommends unsupported triggering for connector flows.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Updates FlowStudio Power Automate guidance for MCP server 1.2.77.

Changes:

  • Documents Recurrence flow execution and connection requirements.
  • Corrects deployment guidance and OAuth setup.
  • Standardizes FlowStudio branding.
File summaries
File Description
skills/flowstudio-power-automate-monitoring/SKILL.md Updates branding.
skills/flowstudio-power-automate-mcp/SKILL.md Adds OAuth connector setup.
skills/flowstudio-power-automate-mcp/references/tool-reference.md Updates tool behavior and requirements.
skills/flowstudio-power-automate-governance/SKILL.md Updates branding.
skills/flowstudio-power-automate-debug/SKILL.md Revises trigger guidance.
skills/flowstudio-power-automate-build/SKILL.md Revises non-HTTP flow testing guidance.
plugins/flowstudio-power-automate/README.md Updates branding.
Review details
  • Files reviewed: 4/7 changed files
  • Comments generated: 2
  • Review effort level: Balanced

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

definition=definition, connectionReferences=connection_references,
displayName="Overdue Invoice Notifications")
FLOW_ID = FLOW_ID or result["created"]
FLOW_ID = FLOW_ID or result["flowName"]
| SharePoint / connector trigger | `resubmit_live_flow_run` | Cannot be triggered without creating a real SP item |
| HTTP, Button, or PowerApps trigger with **custom** test payload | `trigger_live_flow` | When you need to send different data than the original run |
| Brand-new flow, never run | `trigger_live_flow` (HTTP, Button, PowerApps) | No prior run exists to resubmit |
| Brand-new flow, never run | `trigger_live_flow` | No prior run exists to resubmit |
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

🔍 Vally Lint Results

✅ All checks passed

Scope Checked
Skills 5
Agents 0
Total 5
Severity Count
❌ Errors 0
⚠️ Warnings 0
ℹ️ Advisories 0

Summary

Level Finding
ℹ️ ✅ flowstudio-power-automate-build (2/2 checks passed)
ℹ️ ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
ℹ️ ✓ spec-compliance: All spec checks passed.
ℹ️ ✓ [valid-refs] All file references across 1 skill(s) are valid.
ℹ️ ✓ valid-refs: All file references resolve to existing files within the skill directory.
ℹ️ 1 skill(s) linted, 1 passed
ℹ️ ✅ flowstudio-power-automate-debug (2/2 checks passed)
ℹ️ ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
ℹ️ ✓ spec-compliance: All spec checks passed.
ℹ️ ✓ [valid-refs] All file references across 1 skill(s) are valid.
Full linter output
### Linting skills/flowstudio-power-automate-build
✅ flowstudio-power-automate-build (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.

1 skill(s) linted, 1 passed

### Linting skills/flowstudio-power-automate-debug
✅ flowstudio-power-automate-debug (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.

1 skill(s) linted, 1 passed

### Linting skills/flowstudio-power-automate-governance
✅ flowstudio-power-automate-governance (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.

1 skill(s) linted, 1 passed

### Linting skills/flowstudio-power-automate-mcp
✅ flowstudio-power-automate-mcp (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.

1 skill(s) linted, 1 passed

### Linting skills/flowstudio-power-automate-monitoring
✅ flowstudio-power-automate-monitoring (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.

1 skill(s) linted, 1 passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

plugin PR touches plugins skills PR touches skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants