ln-653-runtime-performance-auditor
CommunityAudit runtime performance anti-patterns
Authorcbbkrd-tech
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill identifies and reports on common runtime performance anti-patterns in code, helping to prevent performance degradation and improve application responsiveness.
Core Features & Use Cases
- Async Anti-Pattern Detection: Identifies blocking I/O, synchronous sleeps, and CPU-bound operations within asynchronous code.
- Resource Allocation Audits: Detects unnecessary list allocations and redundant data copies.
- Use Case: A developer can use this Skill to scan their Python codebase for instances where
time.sleep()is used inside anasync deffunction, which could block the event loop and degrade performance. The Skill will pinpoint the exact location and suggest usingasyncio.sleep()instead.
Quick Start
Use the ln-653-runtime-performance-auditor skill to scan the codebase located at '/path/to/codebase' for runtime performance issues.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: ln-653-runtime-performance-auditor Download link: https://github.com/cbbkrd-tech/jl-finishes/archive/main.zip#ln-653-runtime-performance-auditor Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.