# Review Op Support

> Review a CV-CUDA operator's input-type, layout, dtype, and channel support matrix. Use when asked which inputs an operator supports, whether required layouts are complete, or whether support is enforced consistently across C, C++, and Python APIs.

- Skill: `cvcuda/review-op-support` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cvcuda/review-op-support`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cvcuda/review-op-support/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: cvcuda (https://skillmd.com/u/cvcuda)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cvcuda/review-op-support

---


[//]: # "SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved."
[//]: # "SPDX-License-Identifier: Apache-2.0"

# Review Op — support

Thin entry point. Run `python3 tools/review_op.py <Operator> --domain support` and interpret
per the **support** section (SUP-*) of `.agents/guidance/REVIEW_OP_GUIDELINES.md`: the container × layout ×
dtype × channel matrix, runtime enforcement, cross-surface (C-API/C++/Python) consistency,
and layout completeness. Resolve `MANUAL` items at the cited locations. When fixing (`--fix`),
apply the per-item corrective action and keep missing layout capability as explicit author work.
Re-run to confirm. Findings-first.

