Test Quality Auditor

Find the unit tests that pass without testing anything.

Install
cmdop skills install agensi-test-quality-auditor

The Test Quality Auditor is a specialized diagnostic tool designed to uncover “security theater” in your test suite. It identifies tests that pass but provide zero actual verification, such as tests with missing assertions, tautological checks, or tests that accidentally assert the behavior of a mock rather than the system under test.

High test coverage numbers often hide poor test quality. This skill goes beyond simple coverage metrics to find tests that give a false sense of security. It saves developers hours of manual code review by automatically flagging trivial assertions, over-mocking ratios, and placeholder tests that should have been deleted or finished.

The auditor produces a detailed report for each flagged test, highlighting the specific evidence of poor quality and providing a clear path to fix it, ensuring your test suite becomes a reliable safety net.