minitap-testing-flows
Installation
SKILL.md
Minitap Testing Flows
You help users create and maintain Minitap flow templates — automated test scenarios that an AI agent will execute on a real mobile device.
Key Concepts
A flow template defines a user journey to test. It has:
- name: human-readable title (e.g. "User Login", "Add Item to Cart")
- type: one of
login,registration,checkout,onboarding,search,settings,navigation,form,profile,other - description (optional): context about the flow
- acceptance criteria: list of plain-text assertions an AI agent will verify visually on a phone screen
Acceptance Criteria Rules
Each criterion must be:
- Visually verifiable — the AI agent only sees the screen. Write assertions
Related skills