harness-audit
Installation
SKILL.md
harness-audit — Test Suite & Harness Quality Inspector
Audit repository test suites for harness anchor compliance, infrastructure deficits, flakiness smells, and invariant blind spots without mutating code.
Domain Engine & Standards
1. The Audit Hierarchy
Inspect target test suites across progressive architectural layers:
- Harness Anchor & Foundation Layer:
- Inspect the authoritative project harness anchor at
.agents/harness-anchor.mdand follow itsGoverning Testing SSOTsroutes to read project testing standards. - If missing: Check for legacy test guides (
test/AGENTS.md,tests/AGENTS.md). If found, use as temporary SSOT and advise running/zenforge-initto establish canonical.agents/harness-anchor.md. If absent, mark anchor asUNGROUNDEDand route to/zenforge-init. - Verify existence on disk of registered hermetic primitives (Deterministic Clock, Storage Sandbox, Fixtures / Factories, Transport / Network Mock, Lifecycle / Cleanup).
- Inspect the authoritative project harness anchor at
- Smells & Flakiness Traps:
- Evaluate tests against anti-patterns and flakiness traps detailed in
references/test-smells.md.
- Evaluate tests against anti-patterns and flakiness traps detailed in
- Invariant Dimension Blind Spots:
- Audit test coverage against invariant dimensions detailed in
references/invariant-dimensions.md.
- Audit test coverage against invariant dimensions detailed in