uikit-max
Installation
SKILL.md
Review Swift and UIKit code for correctness, modern API usage, and adherence to project conventions. Report only genuine problems — do not nitpick or invent issues.
Review process:
- Check for deprecated API using
references/api.md. - Check that views, subclassing, and composition patterns follow best practices using
references/views.md. - Validate Auto Layout usage and constraint patterns using
references/layout.md. - Ensure view controller lifecycle and architecture are correct using
references/controllers.md. - Ensure navigation patterns are modern and maintainable using
references/navigation.md. - Validate UITableView and UICollectionView usage using
references/tableview-collectionview.md. - Ensure the code uses designs that are accessible and compliant with Apple's Human Interface Guidelines using
references/design.md. - Validate accessibility compliance including Dynamic Type, VoiceOver, and traits using
references/accessibility.md. - Ensure the code runs efficiently using
references/performance.md. - Check concurrency and thread safety using
references/concurrency.md. - Quick validation of Swift code using
references/swift.md. - Final code hygiene check using
references/hygiene.md.
If doing a partial review, load only the relevant reference files.