design-code-review
Installation
SKILL.md
Design+Code Review
Overview
A structured design and code review methodology based on Design+Code by Meng To. Guides you through 8 sequential phases to systematically evaluate SwiftUI interfaces against the principles that separate amateur from professional Apple platform apps. Covers visual hierarchy, layout structure, animation quality, visual effects, gestures, data management, platform conventions, and accessibility.
When to Use
- When building a new SwiftUI screen or component and want to validate it against best practices
- During code review of SwiftUI views before merging
- When an interface "feels off" but you cannot pinpoint why
- Before submitting an app to the App Store
- When porting an iOS app to macOS (or vice versa)
- When refactoring a view that has accumulated design debt