Detect potential memory leaks and analyze memory usage patterns in code. Use when troubleshooting performance issues related to memory growth or identifying leak sources. Trigger with phrases like "detect memory leaks", "analyze memory usage", or "find memory issues".
5.2
Rating
0
Installs
Testing & Quality
Category
The skill provides a well-structured overview of memory leak detection capabilities with clear use cases and examples. However, it lacks concrete implementation details—no specific analysis scripts, patterns to detect, or profiling tool integrations are provided. The description mentions analyzing code for patterns and generating reports, but the actual mechanisms (static analysis rules, runtime profiling commands, report formatting) are absent. The novelty is limited since basic memory leak detection (searching for common patterns like unremoved listeners) can be accomplished by a CLI agent with grep and code reading. The skill would benefit significantly from including actual detection scripts, concrete pattern definitions, or profiling tool automation that would justify its existence beyond simple code inspection.
Loading SKILL.md…