OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add nvidia/nemo-fabric --skill validate-change
Choose and run the right NeMo Fabric validation matrix for a change instead of using one fixed test list
npx skills add nvidia/nemo-fabric --skill validate-change
Use karpathy-guidelines alongside this skill for implementation or review
work. Keep changes scoped, surface assumptions, and define focused validation
before editing.
Use this skill to choose the smallest validation set that still covers the surfaces touched by a change.
cargo fmt --all -- --check and just test-rust.just test-python.just test-typescript.crates/fabric-core changed in a way exposed through Python, run both the
Rust and Python suites.just build-python and
cargo check -p fabric-python --locked.just test-rust pass and review generated schema diffs.uv run --no-project python scripts/licensing/license_diff.py --base-ref origin/main,
review the transitive license changes, then run the attributions-rust and
attributions-python pre-commit hooks.attributions-node pre-commit hook, and run
its package and audit checks.just docs when practical and
verify documented commands against the current repository.skills/ restate SDK guide,
Pydantic model, and Rust type details, update them in parity whenever those
surfaces change.python-tests, run focused pytest tests first, then run
just test-python. Rebuild with just build-python when native code or
packaging changed.tests/adapters, then just test-python.tests/test_harbor_runner.py, then just test-python.schemas/, the checked-in Python adapter-contract representations, generated
TypeScript sources, and generated API references.contribute-docs and review-doc-style. Run just docs for docs-site or
generated-reference changes.maintain-ci or maintain-packaging, then run the recipes and checks
whose behavior changed.Before review or handoff:
just recipes and public commands.git diff --check.python-testsjustfile.github/workflows/ci_python.yml.github/workflows/ci_rust.yml.github/workflows/ci_typescript.yml.github/workflows/fern-docs.ymldocs/python-sdk-contract.mdschemas/SCHEMA.md