analyze-tests
Installation
SKILL.md
Test Suite Analysis
Perform a focused analysis of this project's test suite. Follow the procedural workflow below; use the rubric sections as reference when interpreting findings.
Usage
When asked to analyze test quality:
1. Run coverage
Establish baseline coverage (prefer lintro when available):
uv run lintro tst # runs tests with coverage when configured
If lintro is unavailable, use the project's native test command with coverage
(uv run pytest --cov, bun test --coverage, cargo llvm-cov, etc.).