test-audit

Solid

Batch audit of test files against Q1-Q19 quality gates and AP1-AP29 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

Code & Development 6 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# zuvo:test-audit — Test Quality Triage Systematic evaluation of unit and integration test files through the Q1-Q19 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) | | `--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/audits/test-audit-details/` | | `--commit=ask\|auto\|off` | Commit behavior after fix workflow (default: `ask`) | | `--read-only` | Report only: skip Phases 4-6 (coverage.md/backlog.md writes) and Phase 7; no repo mutation beyond the `zuvo/audits/` report | Defa...

Details

Author
greglas75
Repository
greglas75/zuvo
Created
4 months ago
Last Updated
today
Language
Shell
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category