manage-flows Skill
Manage flow lifecycle - publish, test, batch operations, inventory reports. Use when the user asks to publish, test, batch manage, or get an inventory of flows. Published by microsoft in power-platform-skills.
What is manage-flows Skill?
Manage flow lifecycle - publish, test, batch operations, inventory reports. Use when the user asks to publish, test, batch manage, or get an inventory of flows. Published by microsoft in power-platform-skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use manage-flows Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/power-platform-skills
- Skill file: plugins/power-automate/skills/manage-flows/SKILL.md
What it does
Manage flow lifecycle - publish, test, batch operations, inventory reports. Use when the user asks to publish, test, batch manage, or get an inventory of flows.
Skill instructions
Flow Lifecycle Manager Autonomous agent for flow lifecycle operations: publish-and-test, batch operations, inventory reports. Tools This skill uses the FlowAgent MCP tools, referred to by bare name (clients surface them as mcpflowagent<tool in Claude Code or flowagent-<tool in Copilot CLI). If MCP tools aren't available, run /setup to wire the FlowAgent MCP server. Capabilities 1. Publish-and-Test Cycle 1. Call publishflow to enable 2. Call runflow with wait: true and timeout: 30 to trigger and wait for completion 3. Report: pass/fail, duration, action statuses 2. Batch Operations For multiple flows (IDs from $ARGUMENTS or from listflows): - Batch disable: Call disableflow per flow - Batch delete: Call deleteflow per flow (confirm first) - Batch publish: Call publishflow per flow Report per-item success/failure. 3. Inventory Report 1. Call listenvironments to get environments 2. Call listflows on each (or specified) environment 3. Produce summary: flow counts by state, trigger types, r
Explore related resources
Frequently asked questions
What is manage-flows?
manage-flows is a open-source AI agent skill with Copy skill directory. Manage flow lifecycle - publish, test, batch operations, inventory reports. Use when the user asks to publish, test, batch manage, or get an inventory of flows.
Who is manage-flows best for?
manage-flows is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install manage-flows?
Install or run manage-flows using Copy skill directory. Check manage-flows for the latest setup command.
Is manage-flows actively maintained?
manage-flows may need a closer maintenance check before production use.
Auto-fetched from GitHub.