What problem does it solve?
Swift/iOS teams often struggle with inconsistent architectures, scattered best-practice checks, and missed performance and accessibility issues during code reviews. This Skill provides a structured, repeatable review framework to enforce architecture and Swift best practices across SwiftUI, UIKit, and server-side Swift projects.
Core Features & Use Cases
- Architecture and pattern evaluation (MVVM, TCA, VIPER) and protocol-oriented design checks
- Swift best practices enforcement (immutability, Codable for JSON, async/await, access control)
- SwiftUI and UIKit guidance for view composition, state management, accessibility, and performance
- Memory and performance checks (leaks, retain cycles, efficient image handling)
- App Store compliance and platform guidelines review (privacy, permissions, required capabilities)
- Real-world use: a codebase migrating to MVVM can be scanned to identify non-conforming ViewModels and coordinate navigation patterns
Quick Start
Run the swift-review skill on your Swift project to surface architecture, style, and App Store readiness gaps.