← スキル一覧に戻る

ios-visual-debug
by willsigmon
Website for sigstack.dev - Claude Code stack showcase
⭐ 0🍴 0📅 2026年1月23日
SKILL.md
name: ios-visual-debug description: Capture and analyze iOS simulator screenshots for visual debugging model: haiku
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.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です