mobile-browser-workflow-executor

Execute mobile browser workflows with Playwright MCP and generate HTML reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes mobile browser workflows from /workflows/mobile-browser-workflows.md using Playwright MCP with mobile viewport emulation. Use this when the user says "run mobile browser workflows", "execute mobile browser workflows", or "test mobile browser workflows". Tests each workflow step by step in a mobile Chrome viewport (393x852), captures before/after screenshots, audits iOS HIG anti-patterns, documents issues, and generates HTML reports with device frame mockups.

Core Features & Use Cases

  • Mobile viewport emulation at 393x852 for consistent cross-device testing.
  • Step-by-step workflow execution with before/after screenshots and audit findings.
  • HTML reports with device frame mockups for clear results.

Quick Start

Invoke the mobile-browser-workflow-executor to run all defined mobile browser workflows and generate a visual report.

Frequently Asked Questions about mobile-browser-workflow-executor

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

FAQPage Schema
How do I automate mobile browser workflows using Playwright?

Run mobile browser workflows by defining steps in a markdown file and invoking the executor to process them against a 393x852 mobile viewport. It emulates an iPhone 14 Pro environment, captures before and after screenshots, and generates an HTML report with device frame mockups.

What is the best way to test iOS HIG anti-patterns in a mobile browser?

Audit iOS HIG anti-patterns by running mobile browser workflows that automatically scan rendered pages for interface violations. The executor documents identified issues during the step-by-step run and includes findings within a final HTML report.

Does Playwright MCP support iPhone 14 Pro viewport emulation for testing?

Playwright MCP supports iPhone 14 Pro viewport emulation by executing workflows at a 393x852 resolution. This ensures consistent cross-device testing and accurate capture of before and after screenshots for mobile scenarios.

Can I generate HTML reports with device frame mockups from mobile testing?

Generate HTML reports with device frame mockups directly from mobile browser workflow execution. The executor produces these visual reports alongside before and after screenshots and iOS HIG audit findings to document test results clearly.

How do I resume interrupted mobile workflow testing sessions?

Resume interrupted mobile workflow testing sessions using built-in task and state tracking. The executor maintains session state during Playwright MCP workflow execution, ensuring robust recovery and continuation of mobile viewport testing from the last completed step.