mobile-workflow-generator

Generate mobile browser workflow documentation using Playwright and codebase analysis.

23|1|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/neonwatty/qa-skills --skill mobile-workflow-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-workflow-generator
Source: https://github.com/neonwatty/qa-skills/tree/main/skills/mobile-workflow-generator
Command: npx skills add https://github.com/neonwatty/qa-skills --skill mobile-workflow-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of mobile browser workflow documentation, saving time and ensuring comprehensive test coverage.

Core Features & Use Cases

  • Automated Workflow Generation: Generates mobile browser workflow documentation by exploring the app's codebase and walking through the live app with the user.
  • Playwright Integration: Uses Playwright for live app exploration and testing within a mobile viewport.
  • Use Case: Generate testable workflows for mobile applications, reducing manual testing efforts and improving efficiency.

Quick Start

Use the mobile-workflow-generator skill to generate workflows for your mobile application.

Frequently Asked Questions about mobile-workflow-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate mobile testing workflows for Playwright?

Generate mobile testing workflows for Playwright by exploring your app's codebase and walking through the live app interactively. The skill outputs optimized workflow documentation tailored for mobile viewports and iOS Human Interface Guidelines.

How does automated mobile workflow generation work with live apps?

Automated mobile workflow generation works by combining static code analysis with Playwright CLI live app exploration. It walks through the running application with you to capture interactions and document them into testable workflows.

Do I need Playwright CLI installed to automate mobile app testing workflows?

Yes, you need Playwright CLI installed to automate mobile app testing workflows. The skill requires Playwright for live app exploration within a mobile viewport and static code analysis to generate comprehensive test coverage documentation.

Can I use mobile workflow generation for iOS Human Interface Guidelines testing?

Yes, mobile workflow generation supports iOS Human Interface Guidelines testing. It optimizes generated browser workflows specifically for mobile viewports, ensuring your Playwright-based tests align with iOS design standards during live app exploration.

What's the best way to automate QA documentation for mobile viewports?

The best way to automate QA documentation for mobile viewports is using static code analysis alongside interactive live app exploration. This approach generates comprehensive workflow documentation while reducing manual testing efforts and improving efficiency.

Why does mobile workflow generation require static code analysis?

Mobile workflow generation requires static code analysis to understand the application's structure before walking through the live app with Playwright. This ensures the generated test workflows provide comprehensive coverage and accurate documentation.