← スキル一覧に戻る

ios-simulator
by ljchg12-hue
Claude Code CLI configuration with multi-AI orchestration and ABSOLUTE RULES enforcement
⭐ 0🍴 0📅 2026年1月16日
SKILL.md
name: ios-simulator description: iOS application testing and debugging using Xcode simulators for development and QA workflows
iOS Simulator Skill
Test and debug iOS applications using Xcode simulators without physical devices.
When to Use
- iOS app testing
- UI/UX validation
- Debugging iOS issues
- Automated testing setup
Core Capabilities
- Launch simulators for different iOS versions
- Install and test apps
- Capture screenshots and recordings
- Simulate device conditions (network, location, etc.)
- Automated testing with XCTest
- Accessibility inspector
Key Commands
# List available simulators
xcrun simctl list
# Boot simulator
xcrun simctl boot "iPhone 14"
# Install app
xcrun simctl install booted /path/to/app.app
# Launch app
xcrun simctl launch booted com.example.app
# Screenshot
xcrun simctl io booted screenshot screenshot.png
# Record video
xcrun simctl io booted recordVideo video.mp4
Best Practices
- Test on multiple iOS versions
- Use device-specific simulators
- Leverage accessibility inspector
- Automate with XCUITest
Resources
- Xcode Documentation: https://developer.apple.com/documentation/xcode
- simctl reference: https://developer.apple.com/library/archive/documentation/IDEs/Conceptual/iOS_Simulator_Guide/
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です