Replaces sleep() calls with smart polling that waits for the actual condition you care about — reducing test timeouts and false failures in async code.
Best for: Engineers tired of debugging tests that pass locally but fail in CI.
Creator's repository · obra/superpowers-skills
License: MIT