xctest-patterns

Installation
SKILL.md

XCTest Patterns — Expert Decisions

Expert decision frameworks for testing choices. Claude knows XCTest syntax — this skill provides judgment calls for test strategy and mock design.


Decision Trees

Test Type Selection

What are you testing?
├─ Pure business logic (no I/O, no UI)
│  └─ Unit test
│     Fast, isolated, many of these
├─ Component interactions (services, repositories)
│  └─ Integration test
│     Test real interactions, fewer than unit
Related skills

More from kaakati/rails-enterprise-dev

Installs
22
GitHub Stars
8
First Seen
Jan 25, 2026