ios-workflow-to-playwright

Translate iOS workflow markdown into Playwright WebKit mobile tests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill translates human-readable iOS workflow markdown into Playwright WebKit mobile tests suitable for CI, enabling automation of iOS-like flows in a WebKit environment.

Core Features & Use Cases

  • Translate iOS workflows into Playwright WebKit mobile tests with mobile viewport emulation.
  • Handle Task List style progress and session recovery to maintain translation state across steps.
  • Provide clear notes on which steps are translatable in WebKit and which require a real iOS Simulator, delegating those to the ios-workflow-executor skill when needed.

Quick Start

Run the ios-workflow-to-playwright skill against your iOS workflow sources (eg, /workflows/ios-workflows.md) to generate CI-ready tests. Then review the generated e2e/ios-mobile-workflows.spec.ts and adapt selectors if necessary. For iOS-specific steps that cannot be automated, coordinate with the ios-workflow-executor skill for real-device validation.

Frequently Asked Questions about ios-workflow-to-playwright

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

FAQPage Schema
How do I convert iOS workflows into Playwright WebKit tests for CI?

Playwright WebKit mobile tests support touch interactions and mobile viewport emulation, but cannot handle iOS system dialogs, safe-area insets, or true iOS Safari behavior; these steps require a real iOS Simulator.

What is the best way to automate iOS-like mobile flows in a WebKit environment?

iOS-specific steps that cannot be automated in WebKit are explicitly marked during translation and delegated to the ios-workflow-executor skill for real-device validation.

Does Playwright WebKit support touch interactions for mobile testing?

Playwright WebKit supports explicit handling of touch interactions for mobile testing, enabling the automation of iOS-like flows within a CI environment using mobile viewport emulation.

Why do some iOS workflow steps fail to translate into Playwright WebKit tests?

iOS workflow steps fail to translate when they involve system dialogs, safe-area insets, or true iOS Safari behavior, as WebKit has documented limitations around these native iOS features.

Can I use markdown to generate CI-ready Playwright test suites for mobile?

Yes, you can use human-readable iOS workflow markdown to generate CI-ready Playwright test suites, producing an e2e TypeScript spec file that emulates mobile WebKit interactions.