ui-review

Audit SwiftUI interfaces for HIG compliance, font usage, and accessibility.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill ui-review-jtvaris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-review
Source: https://github.com/jtvaris/sunday-night-dynasty/tree/main/.agents/skills/ios-development/ui-review
Command: npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill ui-review-jtvaris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps developers verify that SwiftUI interfaces comply with Apple's Human Interface Guidelines, use proper fonts, support Dynamic Type, and meet accessibility standards.

Core Features & Use Cases

  • HIG compliance checks: layout, spacing, colors, and navigation logic for iOS and watchOS.
  • Font and typography review: ensures dynamic type support and semantic text styles.
  • Accessibility audit: checks labels, hints, traits, and VoiceOver navigation order.

Quick Start

Provide a SwiftUI file path and the tool will highlight HIG, font, and accessibility gaps and offer remediation steps.

Frequently Asked Questions about ui-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a SwiftUI interface for Apple HIG compliance?

To audit SwiftUI interfaces for HIG compliance, provide a SwiftUI file path to review layout, spacing, colors, and navigation logic against Apple's Human Interface Guidelines for iOS and watchOS. The tool highlights gaps and offers remediation steps.

What is the best way to check Dynamic Type and semantic font usage in SwiftUI?

Checking Dynamic Type and semantic font usage involves reviewing SwiftUI text styles against font guidelines to ensure typography scales correctly and meets accessibility standards for visually impaired users.

How do I run a VoiceOver accessibility audit on an iOS SwiftUI project?

Running a VoiceOver accessibility audit on a SwiftUI project checks labels, hints, traits, and navigation order to ensure interfaces meet accessibility standards and provide proper screen reader support for iOS and watchOS apps.

Can I use an accessibility audit tool for watchOS SwiftUI projects?

Yes, you can use this accessibility audit for watchOS SwiftUI projects. It specifically checks HIG layout, navigation logic, and accessibility compliance for both iOS and watchOS platforms.

Does SwiftUI HIG compliance review require external dependencies?

No, SwiftUI HIG compliance review relies on internal reference files for checklists and font guidelines, and may fetch official Apple guidelines as needed without requiring external dependencies or component installations.

Why does my SwiftUI code review fail accessibility standards?

Your SwiftUI code review may fail accessibility standards due to missing VoiceOver labels, incorrect navigation order, lack of Dynamic Type support, or non-semantic text styles that violate HIG font guidelines and require remediation.