ios-design-review
Installation
SKILL.md
iOS Design Review
Validate SwiftUI/UIKit code against Apple Human Interface Guidelines.
When to Use
- After generating SwiftUI components
- Before submitting iOS code for review
- Auditing existing iOS UI code
- Checking accessibility compliance
Review Checklist
1. Colors & Theming
- Uses semantic colors (
Color.primary,Color(.systemBackground)) - No hardcoded hex colors
- Works in both Light and Dark mode
- High contrast mode support