dpearson2699
- 3 skills
- 0 followers
- 1 day ago last updated
- ▌ Xcodebuildmcp Test Boundary Review · dpearson2699Use when reviewing XcodeBuildMCP tests for correct unit, snapshot, schema, smoke, and external process boundaries.
- ▌ Xcodebuildmcp Snapshot Fixture Review · dpearson2699Use when reviewing XcodeBuildMCP snapshot fixture changes for MCP, CLI, and JSON output contract integrity.
- ▌ Swift Concurrency · dpearson2699 bundleResolve Swift concurrency compiler errors, adopt approachable concurrency (SE-0466), and write data-race-safe async code. Use when fixing Sendable conformance errors, actor isolation warnings, or strict concurrency diagnostics; when adopting default MainActor isolation, @concurrent, nonisolated(nonsending), or Task.immediate; when designing actor-based architectures, structured concurrency with TaskGroup, or background work offloading; or when migrating from @preconcurrency to full Swift 6 strict concurrency.