What problem does it solve?
Building or modifying a Power Apps canvas app by hand requires writing verbose .pa.yaml files, coordinating multiple screens, and chasing compile errors. This Skill automates the full authoring workflow — from planning and screen generation to per-screen QA and compile-error convergence — through the Canvas Authoring MCP tools.
Core Features & Use Cases
- New App Generation: Creates a complete canvas app from a natural-language description, including screens, controls, navigation, and mock data collections.
- Targeted Editing: Applies direct edits or complex multi-screen changes to existing apps, including responsive layout adjustments and App.pa.yaml updates.
- Quality Assurance: Runs per-screen self-QA checks (alignment, accessibility labels, contrast, gallery fit) and converges on a clean compile before reporting completion.
- Use Case: Ask for an expense approval app with a submission form, a review queue with approve/reject actions, and a dashboard screen; the Skill plans the app, dispatches screen builders, and validates the result until it compiles cleanly.
Quick Start
Ask the agent to create a canvas app for tracking team tasks with a list screen, an edit form, and a dashboard, and it will plan, build, and validate the app in the current workspace.