This skill enables Claude to detect potential memory leaks and analyze memory usage patterns in code. It is triggered when the user requests "detect memory leaks", "analyze memory usage", or similar phrases related to memory leak detection and performance analysis. The skill identifies potential issues such as unremoved event listeners, closures preventing garbage collection, uncancelled timers, unbounded cache growth, circular references, detached DOM nodes, and unnecessary global state accumulation. It then provides detailed fix recommendations. Use this skill to proactively identify and resolve memory leaks, improving application performance and stability.
This skill enables Claude to detect potential memory leaks and analyze memory usage patterns in code. It is triggered when the user requests "detect memory leaks", "analyze memory usage", or similar phrases related to memory leak detection and performance analysis. The skill identifies potential issues such as unremoved event listeners, closures preventing garbage collection, uncancelled timers, unbounded cache growth, circular references, detached DOM nodes, and unnecessary global state accumulation. It then provides detailed fix recommendations. Use this skill to proactively identify and resolve memory leaks, improving application performance and stability.
此技能使Claude能够检测潜在的内存泄漏并分析代码中的内存使用模式。当用户请求“检测内存泄漏”、“分析内存使用”或与内存泄漏检测和性能分析相关的类似短语时,该技能会被触发。该技能识别潜在问题,例如未移除的事件监听器、阻止垃圾回收的闭包、未取消的定时器、无限制的缓存增长、循环引用、脱离的DOM节点和不必要的全局状态积累。然后,它提供详细的修复建议。使用此技能主动识别和解决内存泄漏,提高应用程序的性能和稳定性。
Category: developer (开发工具) · Author: jeremylongshore · Version: @main · License: NOASSERTION
npx skills add jeremylongshore/detecting-memory-leaks下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer