Use the swiftui-pro skill for SwiftUI code reviews
mainThe swiftui-pro skill is designed to comprehensively review Swift and SwiftUI code for correctness, modern API usage, maintainability, and performance. It targets iOS 26 and Swift 6.2 or later using modern Swift concurrency.
When using this skill, you can provide an optional [focus area] as an argument to narrow the scope of the review. The skill follows a structured review process covering:
- Deprecated APIs
- View, modifier, and animation optimization
- Data flow configuration
- Navigation (e.g.,
NavigationStack,NavigationSplitView) - Accessibility (Dynamic Type, VoiceOver, Reduce Motion)
- Performance and Swift code hygiene