PhraseryPhrasery homeGet Phrasery
๐Ÿงช

Tests & QA

Coverage percentages are easy to raise and easy to fake. What is hard is knowing which tests would actually catch tomorrow's bug, which ones assert the implementation rather than the behaviour, and which ones exist only to make the number go up. The prompts below are written for that judgement. They ask for concrete failure cases rather than reassurance, they force a verdict on whether a test earns its maintenance cost, and several instruct the model to say when a suite is already adequate instead of inventing gaps. Use them on code you are about to ship, a test that fails once a week, or a suite you have stopped trusting.

36 prompts in 5 groups

Tests & QA21 categories
Length
Tag

Finding coverage gaps

Working out which behaviours, edge cases and error paths nothing currently checks.

Test strategy

Unit or integration, what to skip, fixture design, and pruning a suite that costs too much.

Reviewing existing tests

Judging naming, mocking, and whether a test asserts behaviour or just the implementation.

Failing and flaky tests

Diagnosing a red run, stabilising a flake, and locking a fixed bug in with a regression test.

Beyond unit tests

Manual QA, exploratory charters, accessibility, load, and contracts between services.

Got one that isn't here?

Send a prompt you keep coming back to. A person reads every one.

Suggest a prompt