Paul Hudson built this to catch the stuff that slips past the compiler: actor reentrancy bugs where state changes across an await, unstructured tasks that should be task groups, and async/await bridging mistakes. It knows Swift 6.2 behavior and walks through twelve reference categories, from dangerous hotspots to test patterns. The output format is clean, showing before and after code with prioritized fixes. It's opinionated about preferring structured concurrency and won't let you paper over Sendable violations with @unchecked unless you've actually got internal locking. Use it when you're deep in async code or migrating off GCD and want a second set of eyes that knows the sharp edges.
npx skills add https://github.com/twostraws/swift-concurrency-agent-skill --skill swift-concurrency-pro