status-queries

Installation
SKILL.md

Status Queries

When to Use

Use this skill when the user asks how to monitor long-running operations, show loading progress, inspect OperationStatus counters, use Operation.query_status(), or call ovrtx_query_op_status()/ovrtx_release_op_status().

Inputs

Resolve inputs in this order: existing repository files and referenced snippets, explicit user request, then broader agent context.

  • Target API surface: Python, C/C++, or both.
  • Operation whose progress should be queried: Python Operation or C operation index.
  • Status fields the caller needs, such as progress, counters, labels, pending/running state, or log output.
  • Poll interval, timeout behavior, and whether the final result still needs wait()/fetch().
  • Repository source snippets referenced below. Treat these snippets as the API source of truth.

Prerequisites

Installs
9
GitHub Stars
213
First Seen
May 23, 2026
status-queries — nvidia-omniverse/ovrtx