Review Op Test Coverage

Review a CV-CUDA operator's test coverage, including C++ correctness, required cross-layout parity, correctness rigor, and the Python API surface. Use when asked whether an operator is adequately tested or to find and fill test gaps.

cvcuda 8080a25 1.0 KB Updated

File contents

Review Op — test coverage

Thin entry point. Run python3 tools/review_op.py <Operator> --domain test and interpret per the test section (TST-*) of .agents/guidance/REVIEW_OP_GUIDELINES.md: independent gold, required cross-layout parity, axis-coverage mirror, negative tests, tolerance discipline (bit-exact by default), and the Python API surface. Resolve MANUAL items at the cited locations. When fixing (--fix), author the missing positive, negative, or layout-parity cases - never introduce or widen a tolerance silently (emit rationale + needs-human) — and re-run to confirm. Findings-first.

cvcuda/cv-cuda/tree/main/.agents/skills/review-op-test-coverage commit 8080a254af

Frequently asked questions

npx skillmds@latest add cvcuda/review-op-test-coverage