What problem does it solve?
This Skill helps you assess whether tests on changed code are actually effective, not just present. It audits touched files to find weak assertions, missing coverage on new branches, brittle mocks, flaky failures, poor test levels, and other issues that let bugs slip through despite a passing test suite.
Core Features & Use Cases
- Read-only test audit: Reviews changed source files and their associated tests without modifying code or test files.
- Quality-focused findings: Flags assertion problems, mock misuse, level mismatches, test independence issues, snapshot churn, and uncovered new code paths.
- Scoped execution: Uses PR diff, working tree changes, or an explicit file list to target only relevant tests and runs them with the repository's existing test tooling.
- Structured output: Emits prioritized findings in a consistent finding schema so another workflow can fix them later.
- Use Case: Before opening or approving a PR, use this Skill to check whether newly added logic and edge cases are meaningfully tested and whether the changed tests would fail for the right reasons.
Quick Start
Ask the agent to review the tests for the current PR and report only test-quality findings.