testing
Installation
SKILL.md
Anomalib Testing Review/Generation
Use this skill when reviewing/generating additions or changes that should be covered by tests.
Purpose and scope
Use this skill to decide what test coverage is required and whether existing tests still prove the intended behavior.
Request changes when
- new behavior ships without tests;
- behavior changes update code but not existing tests;
- a bug fix has no regression test when one is feasible;
- tests are flaky, network-dependent, or placed in the wrong area of the suite.