Testing Quality
Testing Quality from jmagly/ai-writing-guide.
Skills in this plugin
7- ▌ Flaky Fix · jmagly-ai-writing-guideSuggest and apply fixes for flaky tests based on detected patterns. Use after flaky-detect identifies unreliable tests that need repair.
- ▌ Test Sync · jmagly-ai-writing-guideDetect orphaned tests, obsolete assertions, and test-code misalignment. Use for test suite maintenance, cleanup, and traceability validation.
- ▌ Tdd Enforce · jmagly-ai-writing-guide bundleConfigure TDD enforcement via pre-commit hooks and CI coverage gates. Use when setting up test-first workflows or adding coverage gates.
- ▌ Flaky Detect · jmagly-ai-writing-guideIdentify flaky tests from CI history and test execution patterns. Use when debugging intermittent test failures, auditing test reliability, or improving CI stability.
- ▌ Mutation Test · jmagly-ai-writing-guide bundleRun mutation testing to validate test quality beyond code coverage. Use when assessing test effectiveness, finding weak tests, or validating test suite quality.
- ▌ Generate Factory · jmagly-ai-writing-guideAuto-generate test data factories from schemas, types, or models. Use when creating test data infrastructure, setting up fixtures, or reducing test setup boilerplate.
- ▌ Test Conformance · jmagly-ai-writing-guideAudit a codebase's testing regime using a reusable protocol, source/runner reconciliation, sampled oracle review and evidence-backed conformance reports.