chore(skills): refresh catalog export#4344
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
Contributor
|
/nvskills-ci |
10 tasks
jyaunches
added a commit
that referenced
this pull request
May 27, 2026
<!-- markdownlint-disable MD041 --> ## Summary Install the NVSkills CI request listener so `/nvskills-ci` comments on catalog refresh PRs actually trigger NVSkills signing. Without this listener, comments are no-ops and merged refresh PRs ship unsigned (which downstream `NVIDIA/skills` then drops on sync). ## Related Issue Follow-up to #4282 / #4342. Discovered while running the post-merge signing flow on PR #4344: the `/nvskills-ci` comment posted on that PR produced no workflow run because NemoClaw was missing the team-request listener. ## Changes - **`.github/workflows/request-nvskills-ci.yml`** (new): copied byte-for-byte from `NVIDIA/nvskills-ci/templates/team-request-workflow.yml@main`, with a NemoClaw SPDX header. Forwards `/nvskills-ci` PR comments (and `nv-skills-ci[bot]` signature pushes) to `NVIDIA/skills/.github/workflows/team-request.yml@main` via `secrets.NVSKILLS_CI_DISPATCH_TOKEN`. - **`.github/CODEOWNERS`**: add an explicit nemoclaw-maintainer rule for `/.github/workflows/request-nvskills-ci.yml` so onboarding step 4 (CODEOWNERS protection) is visibly enforced; also flatten the now-stale `/skills/nemoclaw/` rule to `/skills/` to match the post-#4342 export layout. ## Onboarding status Per [`NVIDIA/nvskills-ci/docs/team-onboarding.md`](https://github.com/NVIDIA/nvskills-ci/blob/main/docs/team-onboarding.md): | Step | What | Status | |---|---|---| | 1 | Add NemoClaw to `config/onboarded-repositories.json` | ✅ already done | | 2 | Install `templates/team-request-workflow.yml` as `.github/workflows/request-nvskills-ci.yml` | ✅ this PR | | 3 | Set `NVSKILLS_CI_DISPATCH_TOKEN` repo secret |⚠️ **manual maintainer/admin action required after merge** | | 4 | CODEOWNERS-protect the new workflow file | ✅ this PR | | 5 | Test by commenting `/nvskills-ci` on a PR | 🟡 unblocked once step 3 lands | ## Type of Change - [x] Code change (feature, bug fix, or refactor) - [ ] Code change with doc updates - [ ] Doc only (prose changes, no code sample modifications) - [ ] Doc only (includes code sample changes) ## Verification - Workflow body verified byte-identical to upstream template: ``` $ diff <(tail -n +13 .github/workflows/request-nvskills-ci.yml) \ ~/Development/nvskills-ci/templates/team-request-workflow.yml (no output — identical) ``` - Listener is inert until the `NVSKILLS_CI_DISPATCH_TOKEN` secret is set; until then `/nvskills-ci` comments will fail at the secret-injection boundary, but they will at least produce a visible failed workflow run instead of silently doing nothing. - [x] No secrets, API keys, or credentials committed - [x] Tests added or updated for new or changed behavior — N/A (single workflow file mirrored from upstream template; behavior is exercised by the next live `/nvskills-ci` comment) - [ ] Docs updated for user-facing behavior changes — N/A (CI-internal) - [ ] `npm run docs` builds without warnings — N/A - [ ] Doc pages follow the style guide — N/A - [ ] New doc pages include SPDX header and frontmatter — N/A --- Signed-off-by: Justin Yaunches <jyaunches@nvidia.com> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated repository ownership mappings to reorganize responsibility for the skills subtree and simplify maintainer coverage. * Added a workflow to request NVSkills validation/signature runs: can be triggered by a specially formatted issue comment or by specific commit pushes from the CI signature actor, and securely forwards the dispatch token to the centralized validation workflow. <!-- review_stack_entry_start --> [](https://app.coderabbit.ai/change-stack/NVIDIA/NemoClaw/pull/4345?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) <!-- review_stack_entry_end --> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: Julie Yaunches <jyaunches@nvidia.com> Co-authored-by: Carlos Villela <cvillela@nvidia.com>
Contributor
|
/nvskills-ci |
5 similar comments
Contributor
|
/nvskills-ci |
Contributor
|
/nvskills-ci |
Contributor
|
/nvskills-ci |
Contributor
|
/nvskills-ci |
Contributor
|
/nvskills-ci |
Contributor
NVCARPS validation results
Pipeline: 52849759 · Failed job: validate:content #327846904 · Per-skill reports: validation-reports/ · GitHub run: 26544745156 Per-skill outcome (11/11 failed)
Blocking finding categories
Recommended fix order
After (1)–(4) land on |
This was referenced May 28, 2026
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.
Catalog Skills Refresh
Summary
skills/from.agents/catalog-skills.yamland.agents/skills/.Validation
python3 scripts/export-catalog-skills.py --checkAfter maintainer review, request signing by commenting
/nvskills-cion this PR if the workflow did not do so automatically.