Swiftui View Refactor

Refactor and review SwiftUI view files with strong defaults for small dedicated subviews, MV-over-MVVM data flow, stable view trees, explicit dependency injection, and correct Observation usage. Use when cleaning up a SwiftUI view, splitting long bodies, removing inline actions or side effects, reducing computed `some View` helpers, or standardizing `@Observable` and view model initialization patterns.

robinebers 181f94f 2 files · 13.4 KB Updated

File contents

robinebers/converted-plugins/tree/main/build-ios-apps/skills/swiftui-view-refactor commit 181f94f94c

Frequently asked questions

npx skillmds@latest add robinebers/swiftui-view-refactor