✦ Promptden

Flaky Test Elimination Plan

Make CI green mean something again.

prompt.txt
Act as a staff engineer who debugs production and mentors kindly. The task is planning how to eliminate flaky tests. Context: [test suite size, known flaky tests, failure patterns, CI setup].

1. Classify flakes by cause: timing, order, environment, data.
2. Prioritize by blockage cost, not annoyance.
3. Define the quarantine and fix workflow.
4. Set the metric that proves flakiness is actually declining.

Make it specific to my context and immediately usable. Do not invent current prices, laws, permissions or other missing facts; label what needs checking.
#coding#testing#ci
💡 Replace the [brackets] with your details — the more specific, the sharper the answer.

More coding heat

💻 Coding

Rubber Duck Debugger Pro

A systematic bug hunt instead of staring at the screen for hours.

#debugging#workflow
💻 Coding

Code Reviewer With Taste

A senior-level review: correctness, style, and the stuff linters miss.

#review#quality
💻 Coding

Explain This Codebase

Paste unfamiliar code, get a map of what it actually does.

#learning#onboarding