More screenshots

    Works with the AI tools you already use

    CClaude CodeCCursorCCodex CLIGGitHub CopilotGGemini CLI+17 more

    🧪 Test Quality Auditor

    by JustHandled Labs

    1

    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.

    Secure checkout via Stripe

    0 installsSecurity scanned

    See it in action

    You say

    Audit my recent unit tests in the services/ directory to see if they are actually effective or just inflating coverage.

    Your agent does

    Test Quality Audit Results

    File: services/auth.service.spec.ts Line: 42 Issue: [TAUTOLOGY] High Severity Evidence: expect(mockUser).toBe(mockUser) Remediation: Test is asserting the input mock instead of the service return value. Update to assert actual output.

    What you get

    Detect tests that pass without actually asserting any logic.Identify "mock-only" checks where the test confirms its own setup.Find over-mocked tests that provide a high ratio of mocks to actual code.Surface placeholder tests and empty snapshot tests before they reach production.

    About this skill

    What it does

    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.

    Why use this skill

    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.

    Supported tools

    • Languages: JavaScript, TypeScript, and Python.
    • Frameworks: Compatible with standard runners like Jest, Vitest, and Pytest.
    • Output: Provides structured reports including severity levels, specific line numbers, and actionable remediation guidance.

    The Output

    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.

    How to install

    Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Frequently Asked Questions

    Popular in Testing & QA