
from convos-ios9
Run end-to-end QA test scenarios for the Convos iOS app: onboarding, messaging, invites, media, and performance checks using simulator and convos CLI.
Provides a structured QA test runner for the Convos iOS app. It enumerates test scenarios, prerequisites, recommended order, and reporting formats so an agent can execute or guide manual QA runs across simulator and CLI workflows.
Use when asked to run or describe QA tests for Convos iOS—individual test cases (onboarding, send/receive, invites, media, performance) or full-suite runs. Also useful for triage when features regress in CI or on-device.
{}
QA test runner skill for the Convos iOS app with 30+ structured test scenarios. Scripts are well-written dev tools for a local iOS simulator + CLI environment — all four require specific runtime context (simulator UDID, CXDB database, convos CLI) and exit with clear usage messages when missing. No security concerns; scripts use proper sanitization, no remote code execution, no credential leaks, and graceful degradation. Niche but highly complete within its domain.
Well-crafted QA automation skill for a specific iOS app. Scripts are defensive (set -euo pipefail, input sanitization, graceful fallbacks). Niche audience but exemplary implementation quality within its domain.