What problem does it solve? Teams either skip design QA entirely or block every build task on pixel critiques, and accessibility regressions slip into releases. This Skill enforces exactly one structured design review at the end of a build, on the release build, so visual and accessibility issues are caught once, graded, fixed in a single round, and formally signed off before release. ## Core Features & Use Cases - Screenshot sweep matrix: Captures every screen across light/dark themes, LTR/RTL directions, largest text scale, and reduce-motion states, with sortable per-cell file naming. - Graded findings rubric: Classifies every issue as BLOCKER, FIX, or NOTE, with any accessibility-floor violation (contrast, tap targets, text-scale reflow, RTL correctness) always graded BLOCKER. - On-device pass: Verifies behavior on real budget hardware with screen-reader traversal, migration and export/import data-safety rehearsal, and crash-log symbol checks. - Use Case: After finishing all build tasks for a Flutter feature with CI green, run the pass to produce a dated sign-off artifact that gates the release tag. ## Quick Start Run the design review pass on the release build now that all build tasks are done and CI is green, and produce the sign-off artifact.