This skill should be used when the user asks to "take an iOS screenshot", "screenshot the simulator", "show me the iOS app", "what does the screen look like", or mentions checking the iOS simulator UI visually.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
This skill should be used when the user asks to "take an iOS screenshot", "screenshot the simulator", "show me the iOS app", "what does the screen look like", or mentions checking the iOS simulator UI visually.
Take a screenshot of the booted iOS simulator and display it.
Steps
Capture the screenshot from the booted iOS simulator:
Use the Read tool to display /tmp/ios-screenshot.png to the user.
Clean up the full-size temporary file:
rm /tmp/ios-screenshot-full.png
Error Handling
If xcrun simctl io booted screenshot fails, tell the user no iOS simulator is currently booted and suggest they launch one (e.g. via Xcode or xcrun simctl boot "iPhone 17 Pro").
If sips fails, fall back to displaying the full-size screenshot directly.