
Add a screen to an existing feature
Format code with swiftlint and swiftformat
Expert guidance on snapshot testing with swift-snapshot-testing: writing snapshot tests, configuring strategies, device layouts, recording modes, Xcode Cloud CI compatibility, and reviewing snapshot test code. Use when writing new snapshot tests, adding snapshot coverage to features, debugging snapshot failures, reviewing snapshot test code, or configuring CI for snapshots.
Run snapshot tests
Add properties to an existing domain model from TMDb
Run tests for an individual Swift package
Create a new TCA feature package
Add a use case to an existing context
Build the project
Create a new domain model from TMDb
Lint code with swiftlint and swiftformat
Sync feature flags from Statsig gates to code
Expert guidance on The Composable Architecture (TCA): reducers, effects, dependencies, navigation, testing, bindings, shared state, and performance. Use when writing TCA features, debugging reducers, reviewing TCA code, implementing navigation, or writing TCA tests.
Plan a new feature end-to-end — explore patterns, write user stories with acceptance criteria and TDD specs, adversarial backlog refinement, and auto-execute via parallel subagents
Build the project for testing
Build an individual Swift package
Build an individual Swift package for testing
Create a pull request
Expert guidance on SwiftData: @Model, ModelContainer, ModelContext, FetchDescriptor, relationships, @ModelActor concurrency, CloudKit sync, migrations (VersionedSchema, SchemaMigrationPlan), and caching strategies. Use when defining models, querying data, setting up persistence, debugging SwiftData issues, planning migrations, or reviewing SwiftData code.
Run all unit tests
Run a specific test target or test class
Run UI tests
Expert guidance on SwiftUI accessibility: labels, traits, actions, focus management, Dynamic Type, motion, color, grouping, rotors, and testing. Use when building or reviewing SwiftUI views, fixing VoiceOver issues, adding accessibility support, reviewing accessibility compliance, or improving assistive technology experience.
Create a new business domain context