swift-testing
Installation
SKILL.md
Swift Testing (XCUITest)
This skill teaches the agent how to turn plain-English iOS UI scenarios into production-grade XCUITest code that is stable, readable, scalable, and CI-friendly.
When to use this skill
Use this skill when the user asks for any of the following:
- Write or refactor XCUITest UI tests in Swift
- Convert a scenario / user story into XCUITest
- Stabilize flaky UI tests (waits, scrolling, selectors, alerts)
- Create screen/page objects for XCUITest suites
Do not use this skill for:
- Unit tests, integration tests, snapshot tests
- Appium/Detox/Espresso (non-XCUITest)
- Performance tests or Xcode Instruments workflows