Diagnoses crashes, memory leaks, and performance bottlenecks in iOS applications using LLDB and Xcode Instruments.
This skill equips Claude with specialized knowledge for debugging and profiling iOS applications within modern Swift and SwiftUI environments. It provides structured guidance for mastering LLDB commands, utilizing the Memory Graph Debugger to resolve retain cycles, and leveraging Xcode Instruments for CPU, memory, and energy profiling. Whether you are triaging build failures, fixing UI hangs, or optimizing network usage, this skill ensures Claude can provide expert-level diagnostic support for high-performance mobile development.
主要功能
01Expert LLDB command workflows for state inspection and watchpoints
02Build failure triage for SPM and linker error resolution
03409 GitHub stars
04Performance profiling for main thread hangs and CPU hot paths
05Memory graph analysis for identifying retain cycles and leaks
06Instruments template selection and xctrace CLI guidance
使用场景
01Optimizing app responsiveness by identifying and resolving main thread hangs
02Troubleshooting Swift Package Manager dependency conflicts and framework linking issues
03Detecting and fixing memory leaks in complex SwiftUI view hierarchies