fixed-delay-audit
CommunityAudit fixed-delay patterns; suggest event waits.
Authorbrian-wijaya
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Audit code for fixed-delay anti-patterns where sleeps, delays, or time-based waits lack exit conditions.
Core Features & Use Cases
- Identify fixed-delay patterns across languages (sleep, delay, time.sleep, setTimeout, Task.Delay, etc.) and categorize the wait condition.
- Propose condition-based polling, event-driven waits, callbacks, or synchronization primitives to replace time-based waits.
- Use Case: When a function waits for a resource or state change with a fixed timeout, provide actionable refactor suggestions (and locations).
Quick Start
Run the fixed-delay-audit on the target codebase to locate fixed-delay waits and suggest condition-based or event-driven replacements.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 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: fixed-delay-audit Download link: https://github.com/brian-wijaya/dotfiles/archive/main.zip#fixed-delay-audit 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.