Test Strategy Audit

Audits a project's overall test strategy, infrastructure, and process from a tester/QA perspective — test pyramid balance (unit vs. integration vs. e2e ratio and execution time), real coverage numbers per module from the ecosystem's actual coverage tool (jest --coverage, pytest-cov, dotnet test /p:CollectCoverage, go test -cover, etc.) cross-referenced against high-change-frequency files, test quality (assertion-free tests, over-mocked tests, unreviewed snapshots, long-skipped/disabled tests via git blame), flaky-test evidence (CI retry configuration, sleep/timeout-based waits, ordering dependencies), test data & environment management (fixtures/factories vs. hardcoded duplication, isolated test DB vs. shared/prod-adjacent state, real vs. mocked external calls), existence of contract/load/performance/accessibility/security test automation, whether CI actually gates merges on test failure and coverage thresholds or just runs tests informationally (continue-on-error, allowed-to-fail, excluded required-checks),

finnley07 9fbb704 17.1 KB Updated

File contents

finnley07/AI-SKILLHUB/tree/main/test-strategy-audit commit 9fbb704663

Frequently asked questions

npx skillmds@latest add finnley07/test-strategy-audit