Memory Leak Diagnosis Skill

Diagnose, explain, and fix Swift and Apple-platform memory leaks, unexpected object retention, deinit failures, heap growth, retain cycles, runaway caches, task and AsyncSequence lifetimes, timer/delegate/closure ownership, jetsam, and ARC issues using Xcode Memory Graph and Instruments Allocations, Leaks, and VM tools. Use when objects do not deallocate, memory rises across repeated workflows, or weak/unowned and capture-list choices are unclear. Do not enable Zombies for leak measurement, call every temporary retention a leak, or use unowned without a proven lifetime invariant.

fal3 Updated

File contents

fal3/claude-skills-collection/tree/main/skills/memory-leak-diagnosis-skill commit 1053de1806

Frequently asked questions

npx skillmds@latest add fal3/memory-leak-diagnosis-skill