yusufkaran/swiftui-autotest-skill

21 stars · Last commit 2026-03-30

iOS/SwiftUI test automation & accessibility skill for Claude Code. Visual testing using computer use, memory leak analysis, and adding accessibility identifiers.

README preview

<img src="assets/banner.jpeg" alt="SwiftUI Test Skill — AI-powered visual testing for SwiftUI apps" />

# SwiftUI Autotest Skill

Open-source Agent Skills for automated visual testing and accessibility setup of iOS/SwiftUI applications using Claude Code's computer use.

Build, launch in the Simulator, visually test every screen, detect crashes, analyze memory leaks, and add accessibility identifiers — all from the terminal, in a single command.

## Quick Start

Install both skills:

```bash
npx skills add https://github.com/yusufkaran/swiftui-autotest-skill
```

Then open your SwiftUI project in Claude Code and say:

> Use the /ios-test skill to build the app, launch it in the Simulator, and test all screens.

View full repository on GitHub →