ios-design-review

Audits iOS app visuals on real hardware against Apple HIG and design guidelines.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/aicodepro/ai-agent-nexi --skill ios-design-review-aicodepro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-design-review
Source: https://github.com/aicodepro/ai-agent-nexi/tree/main/agent/skills/gstack/ios-design-review
Command: npx skills add https://github.com/aicodepro/ai-agent-nexi --skill ios-design-review-aicodepro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Reviewing the visual design of an iOS app requires manually screenshotting every screen on a physical device and checking each one against Apple's Human Interface Guidelines, which is slow and inconsistent. This Skill automates that audit by connecting to a real iPhone, capturing every screen, and scoring each design dimension. ## Core Features & Use Cases - Real-device screenshot capture: Connects to a physical iPhone via the same StateServer used by the /ios-qa skill and screenshots every screen automatically. - HIG-based scoring: Evaluates each screen against Apple HIG, the project's DESIGN.md, and design best practices, scoring each dimension 0-10 with "what would make it a 10" framing. - Use Case: After shipping a new onboarding flow, ask for an iOS design review to get per-screen scores and concrete improvement suggestions before submitting to the App Store. ## Quick Start Ask the assistant to review the iOS design of the app on the connected iPhone and score each screen against Apple HIG.

Frequently Asked Questions about ios-design-review

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

FAQPage Schema
How do I audit the visual design of an iOS app?

Invoke the ios-design-review skill with a request like "review the iOS design". It connects to a real iPhone via StateServer, screenshots every screen, and scores each against Apple HIG and design best practices on a 0-10 scale.

What is the difference between ios-design-review and plan-design-review?

ios-design-review audits a live, implemented iOS app on real hardware after it is built. plan-design-review runs at the plan stage, before implementation, evaluating proposed designs rather than shipped screens.

Does iOS design review work on the simulator or only real devices?

The skill is designed for real hardware, connecting to a physical iPhone through the same StateServer used by the /ios-qa skill. It screenshots every screen directly on the device for an accurate visual audit.

When should I use design-review instead of ios-design-review?

Use design-review for live web visual audits in a browser. Use ios-design-review specifically for native iOS apps on an iPhone, and plan-design-review for pre-implementation design evaluation.

What scoring criteria does an iOS visual design audit use?

Each screen is evaluated against Apple Human Interface Guidelines, the project's DESIGN.md, and general design best practices. Every dimension receives a 0-10 score framed as "what would make it a 10" to give concrete improvement direction.