Test Falsify

Verify that tests actually detect the bugs they claim to detect. Checks if assertions would fail when the declared bug exists -- catches 'tests that pass even when broken' (PR #321 incident). Invoke with /test-falsify or auto-trigger after E2E/integration test creation. Use when: reviewing test quality, validating regression tests, reporting test results in PRs, or when a test seems too permissive. Do NOT use for: unit test generation, test coverage analysis, performance benchmarking, or linting.

Cor-Incorporated Updated

File contents

Cor-Incorporated/claude-code-skills/tree/main/skills/test-falsify commit c3a79ec2b1

Frequently asked questions

npx skillmds@latest add cor-incorporated/test-falsify