Audit test suite health — find flaky tests, slow tests, coverage gaps, and testing anti-patterns. Use when asked to "audit tests", "fix flaky tests", "why are tests slow", "test health", or "improve test suite".
954 tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
2679
stars on the repo
on the repository, not the skill itself
Install
one command, takes just this skill from the repository
If requires discussion: explain options with trade-offs
If systemic: recommend architectural changes to the test setup
Step 4: Deliver Report
Output a test health report:
Health score (0-100) based on speed, reliability, coverage, quality
Critical issues that need immediate attention
Quick wins that improve health with minimal effort
Long-term recommendations for test infrastructure
Key Rules
Skipped test is a decision — make it conscious, not accidental
Slow tests are a tax on every developer, every PR — treat speed as a feature
Coverage without quality is vanity — 90% coverage means nothing if assertions are weak
Flaky tests erode trust — fix them before adding new tests
Don't just report problems — propose specific, actionable fixes
Delivery
If output exceeds the 40-line CLI budget, invoke /atlas-report with the full findings. The HTML report is the output. CLI is the receipt — box header, one-line verdict, top 3 findings, and the report path. Never dump analysis to CLI.
How to use it
Copy the folder
Take jeremylongshore/proof-audit from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
Check the name does not clash
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.