agentsclimarketplace

Ios design review

Skill edfenton/claude-skills/ios/ios-design-review

Visual design review of iOS screens against ios-styleguide.From its SKILL.md

Install
npx -y skills add edfenton/claude-skills --skill ios-design-review

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.9 KB, 382 tokens by cl100k_base, as published. Nobody here has run it

Purpose

Review iOS screens for ios-styleguide compliance, device adaptation, and accessibility. Report issues, then (with approval) fix and run tests to confirm.

Arguments

  • --focus <feature> — Limit to specific feature folder (default: all Features/)
  • --no-fix — Report only, don't offer to fix

Workflow

1. Collect screens

Scan Features/**/ for *View.swift files to identify screens to review.

2. Evaluate against ios-styleguide

Review each screen for:

Device adaptation

  • iPhone layout: focused, appropriate density
  • iPad layout: uses space intentionally, not stretched iPhone
  • Size class and orientation handling

Liquid Glass

  • Used only for hierarchy/focus (nav bars, sheets, overlays)
  • Not behind dense text, forms, or reading surfaces
  • Respects reduce transparency setting

Typography & hierarchy

  • Clear visual hierarchy
  • Dynamic Type doesn't break layouts
  • No banned fonts as primary

Accessibility

  • VoiceOver labels on custom controls
  • Tap targets ≥44pt
  • Color not sole indicator

"Not generic" bar

  • No unchanged SwiftUI defaults
  • No repetitive patterns without hierarchy
  • Purposeful restraint

For each issue, note:

  • Screen/file
  • Severity: must-fix | should-fix | nice-to-have
  • What violates ios-styleguide
  • Concrete fix

3. Report results

Summary of screens reviewed + findings by severity.

4–5. Approval gate, fix and confirm

See /shared-review-workflow for severity definitions, approval gate protocol, and fix constraints. After fixes, re-run lint/format and run /ios-unit-test.

Reference

For evaluation checklists and preview testing, see reference/ios-design-review-reference.md

What ships with it: 1 file

11.0 KB alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.