What problem does it solve?
This Skill helps AI-assisted teams verify that tests actually prove behavior instead of merely boosting coverage or hiding regressions. It reduces fig-leaf tests, weakened assertions, and test evasion when writing new tests or responding to failures.
Core Features & Use Cases
- Test writing guidance: Helps you create new tests that would fail against broken implementations.
- Test review and audit: Flags weak assertions, disabled tests, mock anti-patterns, and contract-shape drift in existing suites.
- Framework-aware support: Adapts review guidance for Vitest and bun:test projects, including framework-specific mocking, timers, and snapshot pitfalls.
- Workflow routing: Directs you to the right workflow for generating, reviewing, auditing, or maintaining tests at the right scale.
- Tooling support: Includes a bash pre-screen script for deterministic checks before deeper review.
Quick Start
Use the test-quality-with-ai skill to review the provided test files for fig-leaf signals, weak assertions, mock issues, and contract drift, then report the findings with file and line citations.