iOS Swiftdata Testing Agent Skill — Testing skill for Claude Code
Agent skill: SwiftData test patterns (ModelContainer fixtures, mock repos, @ModelActor tests, Decimal money assertions, import-hash dedup).
How to install iOS Swiftdata Testing Agent Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open akshaypimprikar/ios-swiftdata-testing-agent-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What iOS Swiftdata Testing Agent Skill does
Agent skill: SwiftData test patterns (ModelContainer fixtures, mock repos, @ModelActor tests, Decimal money assertions, import-hash dedup).
Alternatives in Testing
- Test Runner — Run Python tests with pytest, unittest, or other testing frameworks 23.4k ★
- Test Optimization Patterns — テスト実行速度を改善するためのリファクタリングパターンとベストプラクティス集 974 ★
- RocketSimApp — RocketSim — 30+ tools for Xcode's iOS Simulator 791 ★
README
SwiftData Testing Agent Skill
An agent skill that helps AI coding assistants like Claude Code, Codex, Cursor, and Gemini write correct SwiftData **tests** — in-memory `ModelContainer` fixtures, mock repository patterns for ViewModel tests, `@ModelActor` test isolation, `Decimal` money-value assertions, and content-hash dedup testing.
This is deliberately scoped to testing, not general SwiftData API usage — for that, see [SwiftData Pro](https://github.com/twostraws/SwiftData-Agent-Skill) by Paul Hudson, which this skill is designed to complement rather than duplicate.
Patterns here were extracted from a production SwiftUI + SwiftData personal finance app (multi-agent-pipeline-built, full unit/integration/UI test suite), not written speculatively — each rule exists because a real test broke without it.
Find more agent skills for Swift and Apple platform development at [Swift Agent Skills](https://github.com/twostraws/Swift-Agent-Skills).
Installing
Clone this repository and copy `swiftdata-testing/` into your project's or global `.claude/skills/` (or equivalent) directory:
git clone https://github.com/akshaypimprikar/ios-swiftdata-testing-agent-skill.git
cp -r ios-swiftdata-testing-agent-skill/swiftdata-testing ~/.claude/skills/
If you're using Xcode, watch the YouTube video on [How to Install and
Related Skills
iOS Agent Skills Evaluator
iOS Agent Skills 2026: Test 11 Tasks, 260+ Scenarios, 850+ Assertions on 3 Models
Ng Mocks Testing Skill
Claude Code skill for writing Angular unit tests with ng-mocks — MockBuilder, MockRender, NgRx effects, and an
ShipGuard
Claude Code skills for automated E2E testing with agent-browser (Playwright CLI). Discover routes, generate YA
Real Repo Testing
Use when testing buoy changes against real-world repos, validating drift detection accuracy, comparing before/
TDD Workflow
Test-Driven Development workflow and patterns. Use when following TDD methodology or writing tests before impl
Auxi QA Test
Mobile QA execution playbook for the Auxi RN app — runs Maestro flows on the local iOS simulator, runs Jest un
Related Agents
Test Quality Reviewer
Reviews test files for quality anti-patterns. Looks for tautological assertions, mock-shape mirroring, asserti
Review Sidecar
Reviews diff as an external reviewer with no memory of how the code was written. Catches tautological tests, m
Testing Coverage Review
Reviews a diff for significant test-coverage gaps and test-quality defects — untested new logic, tests that ca