npx skills add ...
npx skills add microsoft/onnxruntime --skill ort-lint
npx skills add microsoft/onnxruntime --skill ort-lint
Lint and format ONNX Runtime code. Use this skill when asked to lint, format, or check code style for C++ or Python files in ONNX Runtime.
ONNX Runtime uses lintrunner for both C++ (clang-format) and Python (ruff).
docs/Coding_Conventions_and_Standards.md for full details).clang-format and .clang-tidypyproject.tomlAGENTS.md.lintrunner -a (changed files only) over --all-files unless the user asks for a full sweep.