← ClaudeAtlas

test-auditlisted

Batch audit of test files against Q1-Q25 quality gates and AP1-AP32 anti-patterns. Detects orphan tests, phantom mocks, untested public methods. Tiered output (A/B/C/D) with critical gate enforcement and optional post-audit fix workflow. Flags: zuvo:test-audit all | [path] | [file] | --deep | --quick | --include-e2e | --details | --commit=ask|auto|off
greglas75/zuvo · ★ 6 · Code & Development · score 78
Install: claude install-skill greglas75/zuvo
# zuvo:test-audit — Test Quality Triage Systematic evaluation of unit and integration test files through the Q1-Q25 binary checklist and AP anti-pattern catalog. Each test file is paired with its production source, scored against behavioral coverage standards, and assigned a tier. **Scope:** Unit and integration tests only. E2E tests (`*/e2e/*`, `*.e2e.*`) are excluded by default. Use `--include-e2e` to include them. **When to use:** After mass test writing, when test quality is uncertain, before releases, when test failures are hard to diagnose, periodic health check. **Out of scope:** Single-file code review (use `zuvo:review`), writing new tests (use `zuvo:write-tests`), fixing systematic anti-patterns across many files (use `zuvo:fix-tests`). ## Argument Parsing | Argument | Effect | |----------|--------| | `all` | Audit every test file in the project | | `[path]` | Audit test files under a specific directory | | `[file]` | Audit a single test file with full evidence (forces deep mode) | | `[file file2 …]` | Audit exactly the listed test files (space-separated, forces deep mode) — the form the Test Quality Gate (`../../shared/includes/test-quality-gate.md`, called from build/refactor/execute/write-tests/write-e2e) uses to scope to touched files | | `--deep` | Collect evidence and fix recommendations for every file | | `--quick` | Binary pass/fail only, skip evidence | | `--include-e2e` | Include E2E test files in scope | | `--details` | Save per-file reports to `zuvo