feat(code-apps): add list-flows and add-flow plugin skills#78
Open
feat(code-apps): add list-flows and add-flow plugin skills#78
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Power Automate flow support to the Code Apps plugin by introducing two new skills (/list-flows, /add-flow) and wiring them into existing routing/architecture documentation so agents can discover flow IDs and generate typed flow services via the Code Apps CLI.
Changes:
- Added new skills:
/list-flows(discover solution-aware flows + IDs) and/add-flow(add flow + generate TypeScript service). - Updated datasource routing docs to include Power Automate flows as a first-class option.
- Updated plugin architecture/skills inventory documentation to reference the new skills.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| plugins/code-apps/skills/list-flows/SKILL.md | New skill documenting how to list solution-aware flows and obtain workflowId for later use. |
| plugins/code-apps/skills/add-flow/SKILL.md | New skill documenting how to add a flow and review generated artifacts/service usage. |
| plugins/code-apps/skills/add-datasource/SKILL.md | Routes “Power Automate cloud flow” requests to /add-flow. |
| plugins/code-apps/agents/code-app-architect.md | Updates connector/skill routing table to include flows via /add-flow. |
| plugins/code-apps/AGENTS.md | Adds both skills to the architecture tree and skills table. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
akshay-viz
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds two new skills to the
code-appsplugin to support Power Automate flow capabilities introduced in the Code Apps CLI.New Skills
list-flowsnpx power-apps list-flows [--search <keyword>]workflowId(Power Automate resource GUID) needed foradd-flowadd-flownpx power-apps add-flow --flow-id <guid><FlowName>Service.tsUpdated Files
AGENTS.md— both skills added to architecture tree and skills tableagents/code-app-architect.md— flow row added to connector routing tableskills/add-datasource/SKILL.md— flow routing entry addedRelated
Internal Code Apps PR: https://microsoft.ghe.com/bic/PowerPlatform-Managed-Host/pull/172