Update omniverse-usd-performance-tuning skill (Usd Optimize rename + cleanup) - #370
Merged
Conversation
Collaborator
Author
|
/nvskills-ci |
2 similar comments
Collaborator
Author
|
/nvskills-ci |
Collaborator
Author
|
/nvskills-ci |
mosheabr
force-pushed
the
usd-performance-tuning-resync
branch
from
July 21, 2026 14:24
b7c52c1 to
5606e5c
Compare
Collaborator
Author
|
/nvskills-ci |
3 similar comments
Collaborator
Author
|
/nvskills-ci |
Collaborator
Author
|
/nvskills-ci |
Collaborator
Author
|
/nvskills-ci |
Source-side fixes by Jens Jebens: reference dedup (compare-profiles, mesh-fragmentation), hardened usd_validation_executor.py (schema-validated stdin, pinned interpreter/worker path, allowlisted getattr), Tier-3 evals.json reshaped to canonical schema, anti-refusal wording, SPDX comment headers removed. Signed-off-by: Moshe Abramovitch <moshea@nvidia.com>
mosheabr
force-pushed
the
usd-performance-tuning-resync
branch
from
July 28, 2026 11:16
a6ab707 to
42564c1
Compare
Collaborator
Author
|
/nvskills-ci |
Clears the two remaining SkillSpector Tier-1 false positives in usd_validation_executor.py via variable renames only (no functional change): - TT5 critical: the tainted-flow check conflated the parent's subprocess.run(input=...) payload with the child's stdin variable purely by the name `job` -> renamed to `request_payload`. - P6 high: `return rules` was flagged as system-prompt leakage; it is registry-shape probing -> renamed to `registered`. Reproduced and verified against skillspector 2.5.0 by Jens Jebens: security-scan PASS, 0 critical/high. Signed-off-by: Moshe Abramovitch <moshea@nvidia.com> Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Collaborator
Author
|
/nvskills-ci |
1 similar comment
Collaborator
Author
|
/nvskills-ci |
Signed-off-by: nvskills-svc-account <svc-nvskills-signing@nvidia.com>
Picks up the SKILL.md description reworded in the 7/28 resync. Generated with `generate-skill-metadata.py --no-ai`; 322 skills unchanged, 1 materially changed. Signed-off-by: Moshe Abramovitch <moshea@nvidia.com> Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Picks up the refreshed BENCHMARK.md for omniverse-usd-performance-tuning from the 7/29 pipeline run (verdict FAIL -> PASS, evaluated 2026-07-30 on k8s-sandbox). 323 skills written. Signed-off-by: Moshe Abramovitch <moshea@nvidia.com> Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Same-repo continuation of #277 — the NVSkills CI service rejects fork PRs, so this branch was created at the exact head commit of #277 to run
/nvskills-ci. Authorship and DCO of @jensjebens's work are preserved.Content state (verified on #277):
Plan: run
/nvskills-cihere, merge, then close #277.🤖 Generated with Claude Code