This skill equips Claude with specialized knowledge to audit Swift source files for critical issues such as thread safety, memory leaks, and improper error handling. It excels at identifying subtle bugs in modern Swift features like actor isolation, Sendable conformance, and the @Observable macro. By using this skill, developers can automate the detection of retain cycles, force unwraps, and reentrancy bugs, ensuring their code follows the latest Apple development standards and best practices for performance and stability.
Key Features
0114 GitHub stars
02Retain cycle and memory leak detection
03Robust error handling and typed throws review
04Concurrency and actor isolation auditing
05SwiftUI @Observable macro pattern validation
06Async/await reentrancy and cancellation checks