Marketplace

condition-based-waiting

Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling; prefer event-based waiting when available (WebSockets, EventEmitters, Observables)

$ 安裝

git clone https://github.com/samjhecht/wrangler /tmp/wrangler && cp -r /tmp/wrangler/skills/condition-based-waiting ~/.claude/skills/wrangler

// tip: Run this command in your terminal to install the skill