What problem does it solve? Writing maintainable macOS code requires keeping up with Swift 6 concurrency rules, SwiftData patterns, and architecture principles, and inconsistent code reviews let violations slip through. This Skill provides a structured, checklist-driven review process that catches architecture violations, concurrency bugs, and persistence anti-patterns before they reach production. ## Core Features & Use Cases - Systematic Code Review: Evaluates Swift code against five reference modules covering Swift 6 language idioms, SOLID/DRY principles, SwiftData persistence, code organization, and modern concurrency. - Prioritized Feedback: Categorizes findings as critical (crashes, memory leaks), important (architecture violations), or nice-to-have (style improvements) with concrete fix examples. - Use Case: A developer finishes a SwiftData-backed article feature and asks for a review; the Skill checks actor isolation, @MainActor usage, repository pattern adherence, and model relationships, then returns actionable fixes with code examples. ## Quick Start Ask the assistant to review your Swift file for macOS best practices and concurrency safety.