@ericzakariasson: here are 3 loops you can run in cursor 1. Flaky-test exterminator /loop run my test suite 20 times, collect every inter…
Summary
Describes a loop command in Cursor to automatically fix flaky tests by running the test suite multiple times, collecting intermittent failures, and fixing or quarantining them until five consecutive green runs.
View Cached Full Text
Cached at: 06/09/26, 02:54 PM
here are 3 loops you can run in cursor
- Flaky-test exterminator
/loop run my test suite 20 times, collect every intermittent failure, fix or quarantine the flaky ones, and don’t stop until you get 5 consecutive fully-green runs. https://t.co/s4MIq7961M
Similar Articles
Catch Flakes On Main
The article discusses the problem of flaky tests in software development and proposes a simple mechanical habit: when using a merge queue, continue to run the full test suite on main and maintain a visible list of recent main failures to help identify and eradicate flaky tests.
@ericzakariasson: https://x.com/ericzakariasson/status/2062199026544787576
Cursor introduces Debug Mode, which lets the AI agent instrument code, collect runtime logs, and fix bugs based on actual evidence instead of guessing, improving accuracy and handling hard-to-reproduce issues.
@ericzakariasson: the most used skill internally at cursor right now /thermo-nuclear-code-quality-review - deletes complexity instead of …
A tweet describes a code-review practice called 'thermo-nuclear-code-quality-review' used internally at Cursor, which deletes complexity, blocks files over 1k lines, flags thin wrappers, and rejects PRs that make code messier.
@learnwithella: Self-improving Claude Code skills are f*cking ridiculous One loop → 10 test runs, scored against an eval, prompt rewrit…
Claude Code can auto-iterate prompts by running evals, rewriting, and keeping winners, boosting a hook-writer skill from 32/50 to 47/50 overnight.
@cursor_ai: We recently shipped quality-of-life improvements to the Cursor CLI to make working with agents in the terminal more del…
Cursor CLI adds /debug command to help agents quickly find and fix hard-to-reproduce bugs in the terminal.