Bullshit Tests

Audit a codebase's test suite for tests that pass for no good reason — no assertions, tautologies, assertions on mocks only, swallowed exceptions, unawaited async assertions, permanently skipped tests, and other patterns that stay green no matter how broken the code is. Produces a red/yellow/green report. Use when the user says "bullshit tests", "find fake tests", "audit my test suite", "which tests are useless", "are these tests actually testing anything", "check test quality", "find tests that always pass", or asks whether green CI means anything.

jbdamask Updated

File contents

jbdamask/john-claude-skills/tree/main/plugins/john-skills/skills/bullshit-tests commit eff74a95ba

Frequently asked questions

npx skillmds@latest add jbdamask/bullshit-tests