ios-design-review

Audits iOS app visuals on a real device against Apple HIG and design standards.

Updated Sep 13, 2026
One-click install
npx skills add https://github.com/abdulazeezoj/monovella-poc --skill ios-design-review-abdulazeezoj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-design-review
Source: https://github.com/abdulazeezoj/monovella-poc/tree/main/.agents/skills/gstack/ios-design-review
Command: npx skills add https://github.com/abdulazeezoj/monovella-poc --skill ios-design-review-abdulazeezoj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Visual design QA for iOS apps usually requires manual screenshot review and subjective judgment. This Skill connects to a real iPhone, screenshots every screen, and scores each design dimension 0-10 against Apple HIG, your DESIGN.md, and design best practices, so visual issues are found systematically instead of by eye. ## Core Features & Use Cases - Real-device capture: Connects to a physical iPhone through the gstack-ios-qa-daemon StateServer and screenshots every screen in the app. - Scored design audit: Evaluates visual consistency, spacing, hierarchy, AI-slop patterns, and accessibility gaps, rating each dimension 0-10 with "what would make it a 10" framing. - Standards-based review: Checks against Apple Human Interface Guidelines, the project's DESIGN.md, and general design best practices. - Use Case: Before shipping an iOS release, run the audit to catch spacing regressions, inconsistent typography, and accessibility contrast failures across every screen, with concrete scores you can track between builds. ## 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 run a design review on my iOS app?

Connect a real iPhone running the gstack-ios-qa-daemon, then invoke the skill with a phrase like "review the iOS design". It screenshots every screen and scores visual consistency, spacing, hierarchy, and accessibility against Apple HIG and your DESIGN.md.

What does the iOS design audit check for?

The audit evaluates visual inconsistency, spacing issues, hierarchy problems, AI-slop patterns, and accessibility gaps. Each dimension is scored 0-10 with a "what would make it a 10" framing so findings are actionable.

Does the iOS design review require a physical device?

Yes, it connects to a real iPhone through the running gstack-ios-qa-daemon StateServer. If no daemon is running, the skill cannot capture screens and the audit cannot proceed.

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

Use plan-design-review before implementation, when reviewing a design at the plan stage. Use ios-design-review after implementation, when the app is built and running on a device and you want a live visual audit.

Can I use this for web or browser visual audits?

No, this skill is specific to iOS apps on real hardware. For live web visual audits, use the design-review skill, which mirrors the same scoring rubric for browser-based interfaces.