Agent skill · Security

ui-review

Review SwiftUI code for iOS/watchOS Human Interface Guidelines compliance, font usage, Dynamic Type support, and accessibility. Use when user mentions UI review, HIG, accessibility audit, font checks, or wants to verify interface design against Apple standards.

rshankrasgithub.com/rshankrasGitHub ↗
claude-coderead-onlyMIT
Install
npx skills add rshankras/claude-code-apple-skills --skill ui-review --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 7 KB
Bundled scripts: none
Allowed tools: ReadGlobGrepWebFetch
Path: skills/ios/ui-review/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 589
Language: Swift

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# UI Review Skill Performs comprehensive UI/UX review of SwiftUI code against Apple's Human Interface Guidelines, font best practices, and accessibility standards for iOS and watchOS. ## When This Skill Activates Use this skill when the user: - Asks to review UI/UX code - Mentions HIG compliance or Apple guidelines - Requests accessibility audit - Wants font usage checked - Asks about Dynamic Type support - Requests design review against Apple standards ## Review Process ### 1. Identify Files to Review - If user specifies files/views, review those - Otherwise, ask which views to review or scan recent SwiftUI files - Prioritize user-facing views over components ### 2. Load Reference Materials Before starting the review, familiarize yourself with the reference materials by reading the following files in `.claude/skills/ui-review/`: - **hig-checklist.md** - Comprehensive HIG compliance checklist for iOS and watchOS - **font-guidelines.md** - Font usage, Dynamic Type, and typography best practices - **accessibility-quick-ref.md** - Quick reference for accessibility implementation You may also reference the official Apple guidelines using WebFetch when needed: - **iOS HIG**: https://dev

What's inside
Steps it walks through
  1. When This Skill Activates
  2. Review Process
  3. 1. Identify Files to Review
  4. 2. Load Reference Materials
  5. 3. Review Categories
  6. 4. Common Issues to Flag
  7. 5. Component Checklists
  8. Output Format
  9. ✅ HIG Compliance
  10. ⚠️ HIG Issues Found
  11. ✅ Font Usage
  12. ⚠️ Font Issues Found
  13. ✅ Accessibility
  14. ⚠️ Accessibility Issues Found
Ships with 3 files
  • accessibility-quick-ref.md
  • font-guidelines.md
  • hig-checklist.md
More from claude-code-apple-skills
All skills →
About this skill
What does the ui-review skill do?

Review SwiftUI code for iOS/watchOS Human Interface Guidelines compliance, font usage, Dynamic Type support, and accessibility. Use when user mentions UI review, HIG, accessibility audit, font checks, or wants to verify interface design against Apple standards.

How do I install it?

Run `npx skills add rshankras/claude-code-apple-skills --skill ui-review --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From rshankras/claude-code-apple-skills, a repository with 589 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going