关于
The RxSwift Memory Leak Detector is a specialized tool for iOS developers designed to audit reactive code for common memory management pitfalls. By scanning your project for unmanaged subscriptions, missing dispose bags, and dangerous strong self-references in closures, it helps prevent memory-related crashes and resource accumulation. This skill provides a structured reporting format that identifies critical issues by severity, offering immediate code fixes to ensure your application's memory profile remains healthy and stable.