hig-review

Review SwiftUI/UIKit code against Apple Human Interface Guidelines.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/glwr/ai-coding-base --skill hig-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hig-review
Source: https://github.com/glwr/ai-coding-base/tree/main/apple/.claude/skills/hig-review
Command: npx skills add https://github.com/glwr/ai-coding-base --skill hig-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Apple app UIs often fall short of Human Interface Guidelines, risking inconsistent user experiences and potential review rejections. This skill performs a structured review of accessibility, navigation, layout, and platform conventions to help teams align with Apple's HIG standards.

Core Features & Use Cases

  • Guided review workflow: Inspects SwiftUI/UIKit code and project documentation to surface HIG violations and actionable fixes.
  • ** Phased checks**: Accessibility, Navigation & Layout, Visual Design, and Platform-Specific guidelines, with prioritized remediation steps.
  • Use Case: A developer delivers a UI change; the skill analyzes the affected views and outputs a prioritized list of issues with recommended fixes.

Quick Start

Invoke the hig-review skill to start an HIG compliance check against the current Apple app project.

Frequently Asked Questions about hig-review

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

FAQPage Schema
How do I check my iOS app for Apple Human Interface Guidelines compliance?

HIG compliance reviews apply to iOS projects during QA, evaluating SwiftUI and UIKit code against defined accessibility, navigation, layout, and platform convention phases to output prioritized remediation steps.

What is the best way to audit SwiftUI accessibility and navigation for App Store review?

A structured HIG review inspects SwiftUI accessibility and navigation by reading project context files like features/INDEX.md and context/patterns.md, then evaluating UI code against platform conventions to prevent App Store rejections.

Does an Apple HIG review work with UIKit projects or only SwiftUI?

HIG reviews support both UIKit and SwiftUI projects by evaluating source code against visual design and platform-specific guidelines to ensure adherence to Apple's human interface standards.

Can I review only specific features for HIG violations instead of the entire app?

Review scope is controlled by specifying feature-specific checks rather than a full review, allowing targeted analysis of affected SwiftUI or UIKit views to generate prioritized HIG violation fixes.

What project files do I need before starting an Apple HIG compliance check?

Starting an HIG check requires reading project context files features/INDEX.md, context/patterns.md, learnings.md, and CLAUDE.md to extract deployment targets and design constraints for accurate UI evaluation.