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.

coderabbitai 181f94f 3 files · 13.6 KB Updated

File contents

coderabbitai/codex-plugin/tree/main/plugins/build-ios-apps/skills/swiftui-view-refactor commit 181f94f94c

Frequently asked questions

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