Audits SwiftUI views for design system compliance, identifying token violations, component replacements, and accessibility gaps.
The SwiftUI Design System Auditor is a specialized skill for Claude Code that automates the UI review process for iOS developers. It systematically scans SwiftUI source code to detect hardcoded values—such as hex colors, fixed font sizes, and absolute spacing—and suggests their equivalent design system tokens. Beyond simple linting, the skill identifies custom UI patterns that should be replaced with standardized components, verifies critical accessibility standards like tap target sizes, and ensures robust support for dark mode and dynamic type. It generates a comprehensive audit report categorized by severity, making it an indispensable tool for maintaining visual consistency across large-scale mobile applications.