chore: nemo-gym-pivot-datasets skill: NVSkills integration#1448
Open
ananthsub wants to merge 4 commits into
Open
chore: nemo-gym-pivot-datasets skill: NVSkills integration#1448ananthsub wants to merge 4 commits into
ananthsub wants to merge 4 commits into
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
## Summary
- Move `.claude/skills/nemo-gym-pivot-datasets/` to top-level
`skills/nemo-gym-pivot-datasets/` so this PR touches files under
the central `team-request.yml` trigger allowlist (`skills/`,
`team-skills/`, `rules/team-rules/`, `plugins/`).
- Replace `.claude/skills/nemo-gym-pivot-datasets/` with a symlink to
`../../skills/nemo-gym-pivot-datasets` so Claude Code and Cursor
continue to discover the skill via the conventional
`.claude/skills/<name>/SKILL.md` path with no tool-side change.
- Add `license: Apache-2.0` to
`skills/nemo-gym-pivot-datasets/SKILL.md` frontmatter.
- Add `skills/nemo-gym-pivot-datasets/evals/evals.json` with positive
trigger cases (build pivot from rollouts, single-step tool-use
configs, agent_ref alignment) and negative cases that delegate to
sibling skills.
## Motivation
Prepares the `nemo-gym-pivot-datasets` skill for NVSkills CI signing.
Per-skill scope keeps the diff small and lets NVSkills CI evaluate
one skill at a time. Other skills remain at `.claude/skills/<name>/`
until each has its own migration PR.
## Test plan
- [ ] Comment `/nvskills-ci` on this PR. Expect the request workflow
to dispatch (not skip) and `svc-nvskills-signing` to attach
`skill-card.md` and `skill.oms.sig` under
`skills/nemo-gym-pivot-datasets/`.
- [ ] Claude Code discovers `nemo-gym-pivot-datasets` via
`.claude/skills/nemo-gym-pivot-datasets/SKILL.md` (follows symlink).
Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com>
ef762fb to
b78d327
Compare
Apply the same content fixes validated on add-benchmark: - Add metadata.author and metadata.tags. - Tighten the description and add negative triggers (not for general reward profiling or debugging runs). - Add a Purpose section and an Examples section, and rename Core Workflow to Instructions. Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com>
- Shorten the description to under 150 characters. - Add Prerequisites, Limitations, and Troubleshooting sections. Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com>
Add explicit routing in the invocation check so the skill defers to nemo-gym-reward-profiling, nemo-gym-debugging, and add-benchmark for adjacent tasks, reducing misrouted activations in agent evaluation. Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com>
Contributor
Author
|
/nvskills-ci |
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.
Summary
license: Apache-2.0to the frontmatter of.claude/skills/nemo-gym-pivot-datasets/SKILL.md..claude/skills/nemo-gym-pivot-datasets/evals/evals.jsonwith 3 positive trigger cases (convert tool-call trajectories, validate with --gym-repo, chat-completion + config) and 2 negative cases that delegate to sibling skills.Motivation
Prepares the
nemo-gym-pivot-datasetsskill for NVSkills CI signing.Test plan
/nvskills-cion this PR. Expect a signature commit attachingskill-card.mdandskill.oms.sigunder.claude/skills/nemo-gym-pivot-datasets/.