Trustworthy Tests

Makes tests prove something and makes "done" mean done. Use when writing tests, judging existing tests, or before claiming a task is complete/production-ready. Catches tautological tests (asserting on their own mocks), tests that mirror the implementation, fake green CI, and the agent's habit of declaring victory without ever running the code. Enforces test-observable-behavior, the verification-before- done evidence gate, and characterization-tests-before-refactoring-untested-code. Triggers: "write tests for this", "are these tests any good", "is this done", "is it production-ready", "add coverage", before any "done"/handoff claim.

manutej f0b1a67 7.0 KB Updated

File contents

manutej/craft/tree/main/skills/trustworthy-tests commit f0b1a67bcb

Frequently asked questions

npx skillmds@latest add manutej/trustworthy-tests