swiftui-view-refactor
Installation
SKILL.md
Contains Hooks
This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Project Context
- SwiftUI views: !
grep -rl "var body.*some View" --include="*.swift" . 2>/dev/null | head -20 || echo "none found"
SwiftUI View Refactor
Lifecycle Position
Phase 5 (Review). After build is green. Previous: swiftui-ui-patterns review checklist, code-analyzer for architectural overview.
Overview
Apply a consistent structure and dependency pattern to SwiftUI views, with a focus on ordering, Model-View (MV) patterns, careful view model handling, and correct Observation usage.