ios-development

Review Swift and SwiftUI code for best practices and HIG compliance.

603|51|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/rshankras/claude-code-apple-skills --skill ios-development-rshankras
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-development
Source: https://github.com/rshankras/claude-code-apple-skills/tree/main/skills/ios
Command: npx skills add https://github.com/rshankras/claude-code-apple-skills --skill ios-development-rshankras

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance for iOS app development, helping you write cleaner, more efficient, and HIG-compliant code.

Core Features & Use Cases

  • Code Review: Get expert feedback on Swift/SwiftUI code for best practices and architecture.
  • UI/UX Audits: Ensure your app's interface adheres to Apple's Human Interface Guidelines (HIG).
  • Accessibility: Audit your app for accessibility compliance, including Dynamic Type and VoiceOver.
  • App Planning: Receive guidance on planning new apps from concept to architecture.
  • Use Case: You've written a new SwiftUI view and want to ensure it follows best practices, is accessible, and looks great on all iOS devices.

Quick Start

Review my SwiftUI code for best practices and HIG compliance.

Frequently Asked Questions about ios-development

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

FAQPage Schema
How do I review my SwiftUI code for best practices and HIG compliance?

To review SwiftUI code for best practices, submit your views for analysis to verify they adhere to Swift architectural standards, follow Apple's Human Interface Guidelines (HIG), and maintain clean, efficient syntax.

What is the best way to audit an iOS app for VoiceOver and Dynamic Type accessibility?

Auditing iOS accessibility involves evaluating your SwiftUI implementation to verify VoiceOver navigation and Dynamic Type scaling function correctly, ensuring your interface is fully usable across diverse user needs.

How do I plan app architecture for a new iOS project from concept to deployment?

Planning iOS app architecture requires defining your SwiftUI patterns and structural design from concept, ensuring foundational decisions align with Swift best practices before implementation begins.

Can I use this guidance to evaluate an existing codebase rather than starting a new app?

Yes, you can evaluate an existing iOS codebase by requesting a code review, which provides expert feedback on your current Swift and SwiftUI implementation to identify architectural improvements and best practice gaps.

Why does my iOS app interface fail to meet Human Interface Guidelines?

Your iOS app interface may fail HIG compliance due to non-standard UI components or poor accessibility integration, requiring a UI/UX audit to identify specific deviations from Apple's Human Interface Guidelines and implement corrective SwiftUI patterns.