What problem does it solve?
It eliminates the time-consuming cycle of guessing what’s wrong in a .NET MAUI or MAUI Blazor Hybrid app by giving you a terminal-driven build → deploy → inspect → fix loop with runtime UI and WebView debugging.
Core Features & Use Cases
- Build and deploy orchestration: Runs the typical MAUI app launch flow and waits for the connected DevFlow agent so you can reliably start inspecting runtime state.
- Runtime UI inspection and interaction: Uses visual tree inspection, element querying, screenshots, property reads, live property edits, and UI actions to validate fixes quickly.
- Blazor WebView CDP debugging: Captures accessible DOM snapshots and evaluates JavaScript to diagnose WebView-side issues in Blazor Hybrid apps.
- Diagnostics and reliability loops: Provides health checks, log retrieval, and troubleshooting guidance for common connection, build, and platform setup failures (Android/iOS/macOS/Mac Catalyst/Linux).
- When to use: Designed as a legacy end-to-end workflow for older clients, older DevFlow setups, and compatibility with the older
maui-ai-debugging naming.
Quick Start
Ask your AI to run the legacy MAUI DevFlow loop by launching the app, then waiting for the agent with maui devflow wait so the skill can inspect the UI and guide your next fix.