ios-visual-debug
SKILL.md
iOS Visual Debugging Workflow
Capture and analyze the current state of the iOS app in simulator:
- Check if app is running:
ps aux | grep "com.leavn.app" | grep -v grep
- Capture screenshot:
xcrun simctl io booted screenshot ~/Desktop/debug_$(date +%s).png
-
Read and analyze the screenshot using Claude's vision capabilities
-
Check recent logs:
xcrun simctl spawn booted log show --predicate 'process == "Leavn"' --last 30s --info
- Report findings:
- What's visible on screen
- Any UI issues (layout, missing content, errors)
- Recent log errors
- Recommended next steps
Return screenshot path and analysis.
Weekly Installs
2
Repository
willsigmon/sigstackGitHub Stars
7
First Seen
Jan 25, 2026
Installed on
opencode2
codex2
claude-code2
antigravity2
gemini-cli2
windsurf1