What problem does it solve? SwiftUI code often suffers from deprecated APIs, incorrect state management, unstable list identity, and performance issues like hangs and hitches that are hard to diagnose without structured guidance and profiling data. ## Core Features & Use Cases - Code Review and Refactoring: Audits SwiftUI code against a correctness checklist covering @State privacy, @Observable migration, ForEach identity, and deprecated API replacement across iOS 15 through iOS 26. - Topic-Routed Guidance: Routes tasks to 25+ reference documents covering state management, animations, charts, accessibility, localization, Liquid Glass, and macOS-specific patterns. - Instruments Trace Workflows: Records new .trace files via xctrace and analyzes existing ones to diagnose hangs, hitches, CPU hotspots, and excessive view updates with cause-graph fan-in analysis. - Use Case: A user provides a .trace file showing scroll hitches; the skill parses the trace, identifies the views being invalidated, traces the invalidation sources, and returns a prioritized fix plan citing specific evidence. ## Quick Start Ask the assistant to review your SwiftUI view file for deprecated APIs and performance issues, or provide an Instruments .trace file to analyze for hangs and excessive view updates.