ui-review

Review SwiftUI code for UI deviations and accessibility gaps against Apple Human Interface Guidelines.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/mazicimert/RunDom --skill ui-review-mazicimert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-review
Source: https://github.com/mazicimert/RunDom/tree/main/.claude/skills/ios/ui-review
Command: npx skills add https://github.com/mazicimert/RunDom --skill ui-review-mazicimert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SwiftUI interfaces frequently fail to meet Apple's Human Interface Guidelines, typography best practices, and accessibility requirements. This skill provides a structured review to detect and report UI inconsistencies, typography issues, and accessibility gaps across iOS and watchOS apps.

Core Features & Use Cases

  • Comprehensive HIG check: layout, colors, safe areas, tap targets for iOS and watchOS.
  • Typography & Dynamic Type: ensure scalable system fonts or properly scaled custom fonts.
  • Accessibility: labels, hints, traits, and dynamic content announcements.
  • Use Case: Validate a newly implemented SwiftUI view against HIG, typography, and accessibility standards before release.

Quick Start

Review the provided SwiftUI views and report any HIG, typography, and accessibility issues.

Frequently Asked Questions about ui-review

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

FAQPage Schema
How do I check my SwiftUI views for Apple Human Interface Guidelines compliance?

To check SwiftUI views for Apple Human Interface Guidelines compliance, provide your SwiftUI code for review. The skill audits layout, colors, safe areas, and tap targets against HIG standards for iOS and watchOS, outputting actionable findings with recommended fixes.

How do I find accessibility gaps in my SwiftUI code?

To find accessibility gaps in SwiftUI code, submit your views and components for review. The audit identifies missing accessibility labels, hints, traits, and dynamic content announcements, then provides specific recommendations to resolve each gap.

Does this HIG review work for both iOS and watchOS SwiftUI projects?

Yes, this HIG review works for both iOS and watchOS SwiftUI projects. It evaluates provided SwiftUI views, components, typography, and colors against Apple guidelines specific to each platform, ensuring tap targets and safe areas meet platform standards.

How do I verify Dynamic Type and typography scaling in my SwiftUI app?

To verify Dynamic Type and typography scaling in a SwiftUI app, submit your view code for review. The audit checks for scalable system fonts or properly scaled custom fonts, ensuring text adheres to Apple typography best practices across different dynamic sizes.

What is the best way to audit SwiftUI UI before an app release?

The best way to audit SwiftUI UI before release is to run a structured review against Apple guidelines. This process detects UI inconsistencies, typography issues, and accessibility gaps, generating a checklist of actionable findings and recommended fixes to address pre-launch.