Testing & QA

Testing, debugging, validation, and quality workflows

844 skills available

Skills List

dogfood

dogfood

3.5Ktesting-qa

Systematically explore and test a mobile app on iOS/Android with agent-device to find bugs, UX issues, and other problems. Use when asked to dogfood, QA, exploratory test, find issues, bug hunt, or test this app on mobile.

callstackincubator avatarcallstackincubator
Get
react-native-testing

react-native-testing

3.4Ktesting-qa

Write tests using React Native Testing Library (RNTL) v13 and v14 (`@testing-library/react-native`). Use when writing, reviewing, or fixing React Native component tests. Covers: render, screen, queries (getBy/getAllBy/queryBy/findBy), Jest matchers, userEvent, fireEvent, waitFor, and async patterns. Supports v13 (React 18, sync render) and v14 (React 19+, async render). Triggers on: test files for React Native components, RNTL imports, mentions of "testing library", "write tests", "component tests", or "RNTL".

callstack avatarcallstack
Get
agent-device

agent-device

3.3Ktesting-qa

Automates Apple-platform apps (iOS, tvOS, macOS) and Android devices. Use when navigating apps, taking snapshots/screenshots, tapping, typing, scrolling, extracting UI info, collecting logs/network/perf evidence, or planning agent-device CLI commands.

callstackincubator avatarcallstackincubator
Get
tilegym-converting-cutile-to-julia

tilegym-converting-cutile-to-julia

3.1Ktesting-qa

Converts cuTile Python GPU kernels (@ct.kernel) to cuTile.jl Julia equivalents. Handles kernel syntax translation, 0-indexed to 1-indexed conversion, broadcasting differences, memory layout (row-major to column-major), type system mapping, and launch API differences. Use when converting, porting, or translating cuTile Python kernels to Julia cuTile.jl, or debugging/optimizing existing Julia cuTile translations.

nvidia avatarnvidia
Get
tilegym-cutile-autotuning

tilegym-cutile-autotuning

3.1Ktesting-qa

Use when adding, modifying, optimizing, or debugging CuTile autotuning code. Trigger signals: `exhaustive_search` / `replace_hints` / `hints_fn` / `cuda.tile.tune` in code, `autotune` in filenames, or correctness/performance issues in autotuned CuTile kernels. Covers: tune-once/cache/launch pattern, per-architecture configs (sm80–sm120), parameter space design (tile sizes, occupancy, num_ctas), and 7 common pitfalls with solutions.

nvidia avatarnvidia
Get
tilegym-converting-cutile-to-triton

tilegym-converting-cutile-to-triton

3.1Ktesting-qa

Converts cuTile GPU kernels (@ct.kernel) to Triton (@triton.jit). Handles standard in-repo conversion, debugging (cudaErrorIllegalAddress, shape mismatch, numerical mismatch), and mapping cuTile idioms (ct.load/ct.store, ct.Constant, ct.launch) to Triton equivalents. Covers dual-kernel layout flags (e.g. transpose=True/False + autotune grid via META) per translations/advanced-patterns.md. Use when converting, porting, or translating cuTile kernels to Triton, or debugging existing Triton translations.

nvidia avatarnvidia
Get
tao-port-huggingface-model

tao-port-huggingface-model

3.1Ktesting-qa

Integrate a HuggingFace Computer Vision model into the NVIDIA TAO Toolkit ecosystem (tao-core config, tao-pytorch trainer, tao-deploy TensorRT pipeline). Use when the user asks to "integrate a HuggingFace model into TAO", "add an HF model to TAO Toolkit", "wire a HuggingFace ViT/DETR/ SegFormer into tao-pytorch", "build a TAO trainer + deploy pipeline for an HF CV model", or pastes a HuggingFace model URL/ID and wants it turned into a TAO model. Covers the full 7-phase loop: prerequisites check, HuggingFace inspection and validation, codebase exploration, tao-core configuration and native trainer implementation, ONNX export plus TensorRT deploy integration, packaging and L0 testing, container-based end-to-end validation, and (conditional) accuracy/latency tuning. Supports classification, object detection, semantic / instance / panoptic segmentation, zero-shot detection, and depth estimation.

nvidia avatarnvidia
Get
hsb-test

hsb-test

3.1Ktesting-qa

Execute QA test plans on Holoscan Sensor Bridge hardware. Reads a user-provided test document, filters tests by the user's setup, determines which tests can run automatically, executes them with pass/fail evaluation, and produces a structured test results report.

nvidia avatarnvidia
Get
mcore-testing

mcore-testing

3Ktesting-qa

Test system for Megatron-LM. Covers test layout, recipe YAML structure, adding and running unit and functional tests, golden values, marker filters, and CI parity.

nvidia avatarnvidia
Get
holoscan-install-source

holoscan-install-source

3Ktesting-qa

Build Holoscan SDK from source via the in-tree ./run script. Use only when published packages don't meet the user's needs.

nvidia avatarnvidia
Get
nemo-mbridge-recipe-recommender

nemo-mbridge-recipe-recommender

3Ktesting-qa

Recommend and customize Megatron Bridge library and benchmark recipes for a user's model, GPU count, hardware, sequence length, and pretrain/SFT/PEFT goal. Use when selecting a starting recipe, comparing library and benchmark configs, resizing parallelism for a GPU allocation, or distinguishing convergence changes, semantics-preserving execution tuning, and benchmark-only shortcuts.

nvidia avatarnvidia
Get
nemo-mbridge-perf-cpu-offloading

nemo-mbridge-perf-cpu-offloading

3Ktesting-qa

Validate and use CPU offloading in Megatron Bridge, including layer-level activation offloading and fractional optimizer state offloading with HybridDeviceOptimizer.

nvidia avatarnvidia
Get
nemo-mbridge-multi-node-slurm

nemo-mbridge-multi-node-slurm

3Ktesting-qa

Convert single-node scripts to multi-node Slurm sbatch jobs and debug common multi-node failures. Covers srun-native vs uv run torch.distributed approaches, container setup, NCCL timeouts, OOM sizing for MoE models, and interactive allocation.

nvidia avatarnvidia
Get
nemo-mbridge-mlm-bridge-training

nemo-mbridge-mlm-bridge-training

3Ktesting-qa

Run Megatron-LM (MLM) and Megatron Bridge training with mock or real data. Covers correlation testing, available recipes, and multi-GPU examples.

nvidia avatarnvidia
Get
nemo-mbridge-perf-expert-parallel-overlap

nemo-mbridge-perf-expert-parallel-overlap

3Ktesting-qa

Validate and use MoE expert-parallel communication overlap in Megatron-Bridge, including overlap_moe_expert_parallel_comm, delay_wgrad_compute, and flex dispatcher backends such as DeepEP and HybridEP.

nvidia avatarnvidia
Get
nemo-mbridge-perf-hierarchical-context-parallel

nemo-mbridge-perf-hierarchical-context-parallel

3Ktesting-qa

Operational guide for enabling hierarchical context parallelism in Megatron-Bridge, including config knobs, code anchors, pitfalls, and verification.

nvidia avatarnvidia
Get
nemo-mbridge-perf-sequence-packing

nemo-mbridge-perf-sequence-packing

3Ktesting-qa

Validate and use packed sequences and long-context training in Megatron-Bridge, including offline LLM packing, collate-time VLM packing, Energon online packing, and CP constraints.

nvidia avatarnvidia
Get
nemo-mbridge-perf-moe-comm-overlap

nemo-mbridge-perf-moe-comm-overlap

3Ktesting-qa

MoE expert-parallel communication overlap in Megatron Bridge. Covers dispatch/combine overlap, flex dispatcher backends, and expert wgrad scheduling.

nvidia avatarnvidia
Get
nemo-mbridge-perf-megatron-fsdp

nemo-mbridge-perf-megatron-fsdp

3Ktesting-qa

Operational guide for enabling Megatron FSDP in Megatron-Bridge, including config knobs, code anchors, pitfalls, and verification.

nvidia avatarnvidia
Get
nemo-mbridge-perf-moe-dispatcher-selection

nemo-mbridge-perf-moe-dispatcher-selection

3Ktesting-qa

Choose the right MoE token dispatcher (`alltoall`, DeepEP, or HybridEP) for the hardware, EP degree, and optimization stage. Summarizes patterns from DSV3, Qwen3, Qwen3-Next, and VLM bring-up work.

nvidia avatarnvidia
Get
nemo-automodel-model-onboarding

nemo-automodel-model-onboarding

3Ktesting-qa

Guide for onboarding new model architectures into NeMo AutoModel, including architecture discovery, implementation patterns, registration, and validation.

nvidia avatarnvidia
Get
nemo-mbridge-perf-memory-tuning

nemo-mbridge-perf-memory-tuning

3Ktesting-qa

Techniques for reducing peak GPU memory in Megatron Bridge — expandable segments, PEFT + SP input re-gather, parallelism resizing, activation recompute, CPU offloading constraints, and common OOM fixes.

nvidia avatarnvidia
Get
nemo-mbridge-perf-cuda-graphs

nemo-mbridge-perf-cuda-graphs

3Ktesting-qa

Validate and use CUDA graph capture in Megatron Bridge, including local full-iteration graphs and Transformer Engine scoped graphs for attention, MLP, and MoE modules.

nvidia avatarnvidia
Get
digital-health-clinical-asr-build

digital-health-clinical-asr-build

3Ktesting-qa

Stage 2 of the Clinical ASR Flywheel. Use when curating clinical terms, tagging IPA, and synthesizing a NeMo manifest. NOT for scoring (use /digital-health-clinical-asr-eval).

nvidia avatarnvidia
Get