This walks Claude through autonomously testing mobile UI flows on iOS or Android by running interact-screenshot-verify loops with argent MCP tools. It handles the full cycle: grab a baseline screenshot, find your tap target with describe or debugger-component-tree for React Native apps, perform gestures, then verify results with either screenshot-diff for visual evidence or describe for structural checks. The workflow is platform-agnostic since tool names stay identical across devices. What stands out is the disciplined emphasis on blocking with await-ui-element instead of guessing delays, and the explicit evidence classification that pushes you to pick the right verification tool for what you're actually testing. Useful for end-to-end UI testing or visual acceptance checks after you ship a UI change.
npx -y skills add software-mansion/argent --skill argent-test-ui-flow --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar