ios-workflow-executor

Run predefined iOS Safari workflows in the iOS Simulator and generate HTML reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates executing predefined iOS Safari workflows from /workflows/ios-workflows.md, enabling automated validation, evidence collection, and reporting for mobile web apps tested in the iOS Simulator.

Core Features & Use Cases

  • Automated workflow execution: Run defined iOS Safari workflows specified in /workflows/ios-workflows.md and process each step deterministically.
  • Evidence capture: Record BEFORE/AFTER screenshots and log issues for each workflow step.
  • Reporting: Generate HTML reports summarizing findings, fixes, and visual evidence for stakeholders.

Quick Start

  1. Ensure /workflows/ios-workflows.md exists with your workflows.
  2. Trigger the ios-workflow-executor skill in Claude and select which workflows to run.
  3. Review the generated HTML report and findings after execution.

Frequently Asked Questions about ios-workflow-executor

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

FAQPage Schema
How do I automate iOS Safari workflow testing in the simulator?

iOS Safari workflow testing is automated by running predefined workflows from a markdown file that execute deterministic UI actions like tap, type, and swipe in the iOS Simulator. The executor captures before and after screenshots for evidence.

Can I capture screenshots during iOS UI automation for QA reporting?

Yes, capturing screenshots during iOS UI automation provides BEFORE and AFTER visual evidence for each workflow step. These screenshots are compiled into an HTML report summarizing findings and issues for stakeholders.

Does iOS workflow testing work with Progressive Web Apps and native shells?

Yes, iOS workflow testing applies to mobile web apps wrapped as PWAs or native shells. It launches the iOS Simulator to perform deterministic UI actions and validate workflows within these wrapped environments.

What do I need to set up before running iOS Safari workflow automation?

Before running iOS Safari workflow automation, you need to create a markdown file at /workflows/ios-workflows.md defining your desired workflows. Once defined, you trigger the executor to process each step deterministically in the iOS Simulator.

How are issues tracked during automated iOS Safari workflow execution?

Issues are tracked by logging problems encountered during each workflow step while executing predefined iOS Safari workflows. The executor manages tasks and issues, ultimately generating an HTML report with findings and visual evidence.