Write Tests

Map where the product is NOT protected by an automated test, then close the top of that list with honest tests. Use in the release phase (run by release-product, after refactor) or standalone whenever the test net needs checking. It builds the gap map — what should be covered against what is covered, read from the tests' contents rather than their names, with mutation testing to expose a suite that executes lines without catching bugs — ranks it by risk, and writes the top ones at the cheapest level that proves each, keeping them fast and selectable. Red-first: a test is not accepted until it has been seen going red.

a-v-ershov ccdddda 2 files · 17.5 KB Updated

File contents

a-v-ershov/buildloop/tree/main/skills/write-tests commit ccdddda860

Frequently asked questions

npx skillmds@latest add a-v-ershov/write-tests