ort-test Skill
Run ONNX Runtime tests. Use this skill when asked to run tests, debug test failures, or find and execute specific test cases in ONNX Runtime. Published by microsoft in onnxruntime.
What is ort-test Skill?
Run ONNX Runtime tests. Use this skill when asked to run tests, debug test failures, or find and execute specific test cases in ONNX Runtime. Published by microsoft in onnxruntime. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use ort-test Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/onnxruntime
- Skill file: .agents/skills/ort-test/SKILL.md
What it does
Run ONNX Runtime tests. Use this skill when asked to run tests, debug test failures, or find and execute specific test cases in ONNX Runtime.
Skill instructions
Running ONNX Runtime Tests ONNX Runtime uses Google Test for C++ and unittest (preferred) / pytest for Python. C++ tests Test executables | Executable | What it tests | |---|---| | onnxruntimetestall | Core framework, graph, optimizer, session tests | | onnxruntimeprovidertest | Operator/kernel tests (Conv, MatMul, etc.) across execution providers | Two attentionoptest.cc files — don't confuse them There are two same-named files testing different operators. Both build into onnxruntimeprovidertest: | Path | Operator | gtest suite | |---|---|---| | test/providers/cpu/llm/attentionoptest.cc | ONNX-domain Attention (opset 23/24) | AttentionTest. | | test/contribops/attentionoptest.cc | contrib MultiHeadAttention / GroupQueryAttention | ContribOpAttentionTest. | The MEA negative-offset regression tests (AttentionCausalNonPadKVSeqLenMEA, e.g. ...MEANegOffsetForceFlashDisabledFP16CUDA) live in the providers/cpu/llm file — the ONNX-domain op. Use --gtestfilter to select specific tests: bash ./
Explore related resources
Frequently asked questions
What is ort-test?
ort-test is a open-source AI agent skill with Copy skill directory. Run ONNX Runtime tests. Use this skill when asked to run tests, debug test failures, or find and execute specific test cases in ONNX Runtime.
Who is ort-test best for?
ort-test is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install ort-test?
Install or run ort-test using Copy skill directory. Check ort-test for the latest setup command.
Is ort-test actively maintained?
ort-test may need a closer maintenance check before production use.
Auto-fetched from GitHub.