ios-visual-debug

Installation
SKILL.md

iOS Visual Debugging Workflow

Capture and analyze the current state of the iOS app in simulator:

  1. Check if app is running:
ps aux | grep "com.leavn.app" | grep -v grep
  1. Capture screenshot:
xcrun simctl io booted screenshot ~/Desktop/debug_$(date +%s).png
  1. Read and analyze the screenshot using Claude's vision capabilities
Installs
2
GitHub Stars
10
First Seen
Jan 25, 2026
ios-visual-debug — willsigmon/sigstack