Flutter visual qa
Skill musabekisakov-imj/flutter-design-engineer/skills/flutter-visual-qa
Agent skills for product-aware, adaptive, accessible, and visually verified Flutter UI design engineering
npx -y skills add musabekisakov-imj/flutter-design-engineer --skill flutter-visual-qaAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 16 days oldThe repository was created 16 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Verify rendered Flutter interfaces through screenshots, golden tests, breakpoint comparisons, state matrices, and structured visual critique. Use when asked to compare designs, inspect polish, validate responsive or theme behavior, diagnose visual regressions, or confirm implementation quality after UI changes.
SKILL.md
1.9 KB, as published. Nobody here has run it
Flutter Visual QA
Rendered output is the evidence. Source inspection alone cannot establish visual quality.
Build a Matrix
Select the smallest representative matrix covering:
- compact and expanded constraints;
- light and dark themes when supported;
- primary, loading, empty, error, and destructive states as applicable;
- default and enlarged text;
- LTR and RTL for localized products.
Record the exact viewport, device-pixel ratio, theme, locale, and fixture state. Read references/visual-qa.md.
For connected or multi-domain products, also read references/connected-product-workflows.md and include partial-source failure in the matrix.
Inspect
Review hierarchy and scan path first, then layout, type, spacing rhythm, color roles, controls, content realism, edge behavior, and pixel-level defects. Compare related states side by side. Distinguish implementation defects from subjective preference.
Prioritize:
- task-blocking clipping, overlap, invisibility, or unreachable controls;
- broken hierarchy, contrast, state communication, or adaptive composition;
- inconsistency and polish defects;
- optional aesthetic refinements.
Golden Tests
Use golden tests for stable components and deterministic fixtures. Control fonts, animations, time, network content, and pixel ratio. Do not approve broad golden updates without inspecting diffs.
Close the Loop
Require at least one refinement pass for material findings and recapture affected states. Report the matrix inspected, fixes made, unverified combinations, and artifact paths.