A structured workflow for tracking down SwiftUI performance problems, from code review through Instruments profiling to targeted fixes. It walks you through common bottlenecks like view invalidation storms, unstable ForEach identities, heavy work in body computations, and layout thrash. The skill includes a decision tree that starts with static code analysis before reaching for profiling, plus a solid reference section on identity semantics and instrumentation techniques. The code smell catalog is honest about real world patterns like formatters in body and top level conditional swapping. Best used when you've got jank or frame drops and need a methodical audit rather than guessing at fixes.
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill swiftui-performance