Qa Ios Screenshot banner
dmoskov dmoskov

Qa Ios Screenshot

Testing community

Description

--- description: Take a simulator screenshot and analyze it for visual issues allowed-tools: Bash(xcrun simctl:*), Read --- # iOS Screenshot Analysis Quick command to capture and analyze the current iOS simulator state. ## Instructions 1. Take a screenshot: ``` xcrun simctl io booted screenshot /tmp/qa-ios-screenshot.png ``` 2. Read the screenshot image file to view it visually. 3. Analyze the screenshot for these visual issues: ### Layout Issues - Content clipped on left/right e

Installation

Installs to ~/.claude/commands/dmoskov-shadowsky-qa-ios-screenshot.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/dmoskov/shadowsky/HEAD/.claude/commands/qa-ios-screenshot.md -o ~/.claude/commands/dmoskov-shadowsky-qa-ios-screenshot.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository