Accurate Testing

Write adversarial test cases that break production code instead of producing false confidence. Use when writing, reviewing, or planning tests for any codebase. Triggers on: "write tests", "add test coverage", "test this function", "create unit tests", "integration tests", "fix flaky tests", "improve test coverage", "review test quality", "are these tests good", "test plan", "break this code", "find edge cases", or any task involving pytest, vitest, jest, or other test frameworks. Enforces the prime directive — a test that cannot fail is not a test — and prevents common AI testing pitfalls: over-mocking, testing frameworks instead of production code, fake implementations that bypass real logic, and assertion-free tests.

theexperiencecompany Updated

File contents

theexperiencecompany/gaia/tree/main/.agents/skills/accurate-testing commit 24b0735080

Frequently asked questions

npx skillmds@latest add theexperiencecompany/accurate-testing-2