Two-step skill stack
Themobile-dev agent always runs both skills back-to-back:
figma-design-extraction
Read the Figma file thoroughly — icons, tokens, spacing, alignment,
states, edge cases. Capture every spec.
Visual QA
After implementation,qa-ui runs the compare mode (3-pass audit):
- Extract Figma spec
- Compare against code
- Verify on screenshot
qa-ui also authors Maestro YAML flows with stable testID assertions.
Execution is handled by qa-mobile.
See QA & testing.