Review Op Docs API

Review a CV-CUDA operator's DOCS & API artifacts — operator_list row, Python autofunction (fn + _into), Limitations-table-vs-code consistency, docstrings, and SPDX headers. Use when asked whether an operator's docs/API surface is complete and consistent.

cvcuda b71dc71 1.1 KB Updated

File contents

Review Op — docs & API

Thin entry point. Run python3 tools/review_op.py <Operator> --domain docs and interpret per the docs section (DOC-*) of .agents/guidance/REVIEW_OP_GUIDELINES.md: the operator_list.rst row, Python cvcuda-autofunction directives (fn + _into), the Limitations-table-vs-code cross-domain diff, docstrings, and SPDX headers. Resolve MANUAL items at the cited locations. When fixing (--fix), add the missing docs row / autofunction / SPDX header; correct a stale Limitations entry only where the declared-vs-enforced-vs-tested diff is unambiguous; re-run to confirm. Findings-first.

cvcuda/cv-cuda/tree/main/.agents/skills/review-op-docs-api commit b71dc71eac

Frequently asked questions

npx skillmds@latest add cvcuda/review-op-docs-api