ui-review

Audits SwiftUI code for iOS/watchOS HIG, font, Dynamic Type, accessibility compliance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SwiftUI code often diverges from Apple's Human Interface Guidelines and accessibility best practices, leading to inconsistent designs, reduced accessibility, and higher maintenance costs.

Core Features & Use Cases

  • HIG Compliance Checks: Audits layouts, color semantics, typography, and navigation patterns against iOS and watchOS guidelines.
  • Accessibility & Dynamic Type Validation: Verifies labels, hints, traits, and scalable typography for real-world usage.
  • Code Quality Guidance: Provides actionable recommendations to improve readability, consistency, and reusability across SwiftUI views.
  • Use Case: During a UI audit session, run a SwiftUI review across a set of views to surface issues before QA.

Quick Start

Provide the path to the SwiftUI files you want reviewed and any areas to focus on.

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 code for Apple Human Interface Guidelines compliance?

To check SwiftUI code for Human Interface Guidelines compliance, you provide the file paths for review. The analysis cross-references layouts, color semantics, and navigation patterns against iOS and watchOS HIG standards to surface design inconsistencies.

How do I audit SwiftUI views for Dynamic Type and accessibility readiness?

Auditing SwiftUI views for Dynamic Type and accessibility readiness involves verifying labels, hints, traits, and scalable typography. The review validates these elements against accessibility best practices to ensure real-world usage support.

What is the best way to perform a SwiftUI UI audit before QA?

The best way to perform a SwiftUI UI audit before QA is to run a comprehensive review across your views. This surfaces HIG divergence, accessibility gaps, and code quality issues early, reducing maintenance costs and ensuring design conformity.

Does this HIG compliance check support both iOS and watchOS platforms?

Yes, the HIG compliance check supports both iOS and watchOS platforms. It analyzes SwiftUI interfaces against the specific Human Interface Guidelines for each operating system to ensure correct navigation patterns and typography.

When do I need to use WebFetch during a SwiftUI UI review?

You need WebFetch during a SwiftUI UI review when local reference files lack specific guidance. The analysis consults online guidelines via WebFetch to verify current iOS and watchOS standards when local checks are insufficient.

Can I get code quality recommendations for my SwiftUI views during a UI audit?

Yes, you can get code quality recommendations for SwiftUI views during a UI audit. The review provides actionable guidance to improve readability, consistency, and reusability across your interface components.