What problem does it solve?
This Skill helps you review, refactor, and implement SwiftUI code with fewer mistakes around state, layout, performance, accessibility, and platform-specific APIs. It reduces time spent hunting deprecated APIs, unstable list identity, and inconsistent behavior across iOS and macOS targets.
Core Features & Use Cases
- Modern API Guidance: Recommends current SwiftUI patterns and avoids deprecated modifiers and navigation APIs.
- State and View Structure Review: Checks property-wrapper choice, data flow, subview extraction, and container patterns.
- Performance and Identity Checks: Validates list identity, hot-path updates, animation scoping, and layout efficiency.
- Accessibility and Platform Support: Improves VoiceOver behavior, Dynamic Type support, macOS scenes and windows, charts, and iOS 26 Liquid Glass adoption with fallbacks.
- Use Case: Use it when reviewing a SwiftUI screen, modernizing an existing view hierarchy, or verifying that a cross-platform feature follows Apple best practices.
Quick Start
Ask the skill to review your SwiftUI file or feature and return prioritized fixes for state, performance, accessibility, and API modernization.