OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add nvidia/nemo-relay --skill maintain-ci
Change or review NeMo Relay GitHub Actions workflows where permissions, pinned actions, caching, reusable workflows, or release gates require repository-specific handling. Do not use for ordinary source changes that merely run in CI.
npx skills add nvidia/nemo-relay --skill maintain-ci
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.actions/cache.workflow_call.RELEASING.md: raw SemVer tags only,
no leading v.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 deployment
jobs and any caller that invokes them through a reusable workflow.astral-sh/setup-uv cache support with cache-dependency-glob
anchored to uv.lock.Swatinem/rust-cache with explicit shared-key and workspaces
instead of ad hoc target-directory caching.codecov.yml after adding or removing upload
jobsStart with the narrowest useful checks:
Use ripgrep to inspect the workflow graph before editing:
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.yaml.github/ci-path-filters.yml