nvidia/maintain-ci
Maintain and review NeMo Relay GitHub Actions workflows with explicit per-job permissions, pinned action SHAs, deterministic caching, reusable workflow permission boundaries, and local validation
npx skills add https://github.com/NVIDIA/NeMo-Relay --skill maintain-ci
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 when a change touches .github/workflows/*.yml or
.github/workflows/*.yaml, or when reviewing CI behavior for security,
reliability, or reproducibility.
permissions: on each job that needs token access.them and the inheritance tradeoff is documented.
version comment after the SHA.
actions/cache.
workflow_call.pipeline has tag-based publish behavior.
RELEASING.md: raw SemVer tags only,no leading v.
outputs. Dynamic plugin SDK/protocol paths belong in the plugin component.
duplicating it across every platform matrix entry.
contents: read is the default minimum for checkout-based build, test, docs,and packaging jobs.
pull-requests: read is required for PR metadata lookup jobs.pages: write and id-token: write should be limited to Pages deploymentjobs and any caller that invokes them through a reusable workflow.
jobs require. The callee cannot elevate beyond what the caller provides.
astral-sh/setup-uv cache support with cache-dependency-globanchored to uv.lock.
Swatinem/rust-cache with explicit shared-key and workspacesinstead of ad hoc target-directory caching.
already relies on them deliberately.
codecov.yml after adding or removing uploadjobs
change
Start with the narrowest useful checks:
ruby -e 'require "yaml"; Dir[".github/workflows/*.{yml,yaml}"].each { |f| YAML.load_file(f) }; puts "yaml-ok"'
uv run pre-commit run --files .github/workflows/ci.yaml .github/workflows/ci_python.yml
Use ripgrep to inspect the workflow graph before editing:
rg -n "uses:|permissions:|workflow_call|secrets:|upload-artifact|download-artifact|upload-pages-artifact|deploy-pages|codecov|cache" .github/workflows
If local lint passes but the question is whether GitHub will authorize the run,
inspect GitHub's permission model and the upstream action or reusable workflow
source instead of assuming local success proves remote success.
.github/workflows/ci.yaml.github/workflows/ci_python.ymlRELEASING.md.pre-commit-config.yamlmaintain-packagingvalidate-changemaintain-dynamic-pluginsTake nvidia/maintain-ci from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.