What problem does it solve? SwiftUI evolves rapidly across iOS releases, making it easy to ship deprecated APIs, broken state management, or accessibility gaps. This Skill guides writing, reviewing, and improving SwiftUI code against current best practices for state management, view composition, performance, macOS APIs, and iOS 26+ Liquid Glass adoption. ## Core Features & Use Cases - Code Review & Refactoring: Audit existing SwiftUI views against a correctness checklist covering @State privacy, ForEach identity, animation value parameters, and #available gating. - Topic-Routed References: Consult 20 focused reference files covering state management, animations, charts, accessibility, focus, scroll patterns, and macOS-specific scenes and window styling. - Deprecated API Migration: Replace deprecated APIs with modern equivalents using a lookup table spanning iOS 15 through iOS 26, including @Observable migration and Liquid Glass adoption. - Use Case: When reviewing a SwiftUI view that uses NavigationView and onChange(of:perform:), the Skill flags both as deprecated and provides the NavigationStack and modern onChange replacements with correct code samples. ## Quick Start Ask the assistant to review your SwiftUI view file for deprecated APIs, state management issues, and performance improvements.