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. Use when this capability is needed.

tomevault-io 26c0879 2 files · 8.6 KB Updated

File contents

tomevault-io/skills-registry/tree/main/dimillian--skills--swiftui-view-refactor commit 26c0879f8c

Frequently asked questions

npx skillmds@latest add tomevault-io/swiftui-view-refactor