argent-test-ui-flow
Agent skill from software-mansion/argent.
What it does
- Fallback: use screenshot to estimate where the desired component is, then verify immediately after the action.
- Mixed: collect evidence for each relevant class.
- Report the combined verdict: expected behavior, observed behavior, evidence used, and any blocker for requested visual diffing.
- If tap misses target: re-run discovery tool (describe / debugger-component-tree), retry once with new coordinates.
- If tap fails twice at same coordinates: stop, re-discover, report if element not found.
- Use gesture-custom for long-press context menus (800ms hold).
- Report clearly: state what you expected, what you saw, and the verdict.
Requirements & configuration
- 3. screenshot { scale: 1.0, includeImageInContext: false } → save baseline path when visual or mixed evidence needs diffing
Configuration: ARGENT_SECRET_ARGENT_SECRET_APP_PASSWORD
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Source
Repository: https://github.com/software-mansion/argent
argent-test-ui-flow FAQ
What does the argent-test-ui-flow skill do?
Autonomously test an app UI (iOS or Android) by running interact-screenshot-verify loops using argent MCP tools. Use when testing UI flows, verifying login works, testing navigation, running end-to-end UI test scenarios, manual QA steps, visible UI changes, or visual behavior. Fallback: use screenshot to estimate where the desired component is, then verify immediately after the action. Mixed: collect evidence for each relevant class.
What does argent-test-ui-flow require?
3. screenshot { scale: 1.0, includeImageInContext: false } → save baseline path when visual or mixed evidence needs diffing Configuration keys: ARGENT_SECRET_, ARGENT_SECRET_APP_PASSWORD.
How do I install argent-test-ui-flow?
Run: npx -y skills add https://github.com/software-mansion/argent --skill argent-test-ui-flow --agent claude-code — the source lives at github.com/software-mansion/argent.
Maintain argent-test-ui-flow?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/software-mansion-argent-argent-test-ui-flow?ref=badge) npx agentictools info skills/software-mansion-argent-argent-test-ui-flow The second line is the CLI lookup for this page — handy in READMEs and docs.