What problem does it solve? During a large legacy-to-modern frontend migration spanning multiple apps and pages, it is hard to know which pages are analyzed, generated, verified, or blocked without manually inspecting dozens of state files. This Skill reads the migration tracker and per-page reports to present a consolidated, read-only status dashboard. ## Core Features & Use Cases - Per-app and per-page status overview: Shows page counts by state across the migration state machine (analyzed through done, plus failed/fixing/escalated states) for each app (pc, mobile, hana). - Gate and staleness inspection: Displays verify/e2e/parity gate results per page and detects stale gate evidence by recomputing watch-path content hashes via the gate-tree-hash script. - Next-step guidance: Prints the exact next command for each in-flight page, including carve-outs for failed generations, in-flight flag flips, and cleared gate authorizations. - Use Case: A developer returning to a migration after a shared package change runs the dashboard to see which parity-passed pages now have stale evidence and which pages are blocked, without risking any state mutation. ## Quick Start Ask the assistant to show the current migration progress dashboard, optionally narrowed to a specific app or page.