What problem does it solve?
This Skill prevents MWART UI regressions by catching backend↔frontend contract mistakes, schema mismatches, and routing/component API errors that commonly lead to runtime crashes and blank pages in production.
Core Features & Use Cases
- Pre-flight validation for MWART screens: Applies targeted checks before enabling or reviewing a new MWART page migration or controller Inertia render.
- Audit and pinpoint fixes: Reports violations with file and line context so reviewers can correct the exact issue instead of chasing symptoms in the UI.
- Production guardrails for known bug patterns: Enforces strict payload shaping (arrays vs collections, no Highcharts/CommonChart objects), route/URL constraints, and canonical component prop contracts to avoid recurring PR failures.
Quick Start
Ask to migrate a specific Blade screen to MWART and request an audit-ready list of pre-flight issues to fix before the PR is marked done.