What problem does it solve? Power Platform solutions often grow into hard-to-maintain collections of canvas apps, cloud flows, and desktop flows with no objective quality assessment. This Skill automates a maintainability audit of an exported solution zip, mapping findings to the 10 SIG guidelines from the "Building Maintainable Software" book translated to Power Platform. ## Core Features & Use Cases - Automated Solution Analysis: Extracts the solution zip with PowerShell Expand-Archive and inspects solution.xml, customizations.xml, canvas app .fx.yaml files, and cloud flow JSON definitions. - 10-Guideline Audit: Evaluates unit length, complexity, duplication, interfaces, modularity, coupling, balance, codebase size, test automation, and clean code practices across canvas apps, cloud flows, and desktop flows. - Structured Report: Produces a markdown report with per-guideline ratings (green/yellow/red), findings, positive signals, and actionable recommendations. - Use Case: A consultant receives a client's exported solution zip and needs an objective maintainability assessment before a refactoring engagement; the Skill unpacks it, audits all components, and delivers a rated report. ## Quick Start Analyze the attached Power Platform solution zip file for maintainability issues and generate the full 10-guideline report.