| name | migration-visual-app |
| description | Use when running, inspecting, or improving the Uno Platform visual migration dashboard app for MigrateToWinUI. |
Migration Visual App
Use this skill when the user wants the desktop visual migration tool, dashboard layout, or detailed report review.
Run
dotnet run --project src/MigrateToWinUI.App/MigrateToWinUI.App -f net10.0-desktop
UX Expectations
- The app should show project inventory, findings, rewrite plans, rule-pack details, manual blockers, file-level diagnostics, report previews, export options, and validation status.
- Dense migration workflows should be scannable. Avoid marketing pages and decorative layouts.
- Never hide manual-review blockers behind aggregate totals.
- The app should route through library APIs where possible, not shell out unless a tool-only operation requires it.
Agent Workflow
- Generate a detailed report with CLI
detail.
- Load or reproduce the same input in the app.
- Compare totals, categories, and file-level rows.
- Fix app UI or data binding issues with screenshot verification when possible.
- Re-run the app and report the local command used.