Diagnoses and resolves iOS application issues through a structured loop of simulator interaction, log analysis, and visual verification.
The Debug skill transforms Claude into a specialized QA and debugging engineer for iOS development. By leveraging XcodeBuildMCP and ios-simulator tools, it allows Claude to capture the app's visual state via screenshots, analyze real-time runtime logs, and identify the root cause of functional or layout errors. The skill enforces a rigorous feedback loop—gathering diagnostics, proposing specific fixes, obtaining user confirmation, and verifying results with side-by-side comparisons—ensuring that app behavior aligns perfectly with developer expectations.
主な機能
01Real-time Xcode build and runtime log retrieval and diagnosis
02Automated simulator screenshot capture for visual state analysis
03Structured confirmation workflow to prevent unauthorized code changes
0414 GitHub stars
05Interactive simulator controls including taps, swipes, and text entry
06Side-by-side before-and-after verification to ensure bug resolution
ユースケース
01Resolving SwiftUI layout regressions using visual screenshot comparisons
02Identifying and fixing runtime crashes by analyzing terminal output from XcodeBuild
03Troubleshooting unresponsive UI elements by capturing logs during simulator interaction