Skip to content

cuopt-install: catalog onboarding prep - #1343

Merged
ramakrishnap-nv merged 2 commits into
mainfrom
skills/onboarding-cuopt-install
May 29, 2026
Merged

cuopt-install: catalog onboarding prep#1343
ramakrishnap-nv merged 2 commits into
mainfrom
skills/onboarding-cuopt-install

Conversation

@ramakrishnap-nv

Copy link
Copy Markdown
Collaborator

Summary

Shorten the SKILL.md description to fit the 50-150 char range the NV-BASE quality scorer recommends — the previous CI run reported "Description very long" (NVIDIA Agent Skills Publishing Onboarding Guide § "Writing Skills for Good Agent Triggering").

No behavior change; documentation/metadata only.

Split out from #1310.

Test plan

  • Static checks pass (skillspector)
  • Description scorer no longer flags "Description very long"

🤖 Generated with Claude Code

Shorten the SKILL.md description to fit the 50-150 char range the
NV-BASE quality scorer recommends. The previous CI run reported
"Description very long" (NVIDIA Agent Skills Publishing Onboarding
Guide § "Writing Skills for Good Agent Triggering").

No behavior change; documentation/metadata only.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Ramakrishna Prabhu <ramakrishnap@nvidia.com>
@ramakrishnap-nv
ramakrishnap-nv requested a review from a team as a code owner May 29, 2026 15:32
@ramakrishnap-nv
ramakrishnap-nv requested a review from tmckayus May 29, 2026 15:32
@coderabbitai

coderabbitai Bot commented May 29, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 60c2215c-2ee4-4ff0-9695-c8b4b20c2583

📥 Commits

Reviewing files that changed from the base of the PR and between c214e27 and e35a622.

📒 Files selected for processing (3)
  • skills/cuopt-install/BENCHMARK.md
  • skills/cuopt-install/skill-card.md
  • skills/cuopt-install/skill.oms.sig
✅ Files skipped from review due to trivial changes (1)
  • skills/cuopt-install/skill-card.md

📝 Walkthrough

Walkthrough

This PR updates cuopt-install documentation (SKILL.md and skill-card), refreshes the benchmark results and validation findings, and replaces the Sigstore DSSE payload/signature bundle for the skill.

Changes

cuOpt Installation Skill Description Update

Layer / File(s) Summary
Skill description update
skills/cuopt-install/SKILL.md
Reworded the description front-matter to explicitly mention installing cuOpt for Python/C/server, verifying the install, and directing source-build users to cuopt-developer.
Skill card & benchmark refresh
skills/cuopt-install/skill-card.md, skills/cuopt-install/BENCHMARK.md
Adjusted install/verification phrasing, broadened use-case wording, removed a Docker Hub reference, updated evaluation agent/task text, added security to signals, refreshed result metrics and evaluation date, and updated Tier 1 findings and parsed description length.
Sigstore DSSE bundle replacement
skills/cuopt-install/skill.oms.sig
Replaced dsseEnvelope.payload contents and signatures[0].sig; verificationMaterial.x509CertificateChain and tlogEntries remain unchanged.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes

Possibly related PRs

  • NVIDIA/cuopt#1324: Also updates skills/cuopt-install artifacts including skill-card.md, BENCHMARK.md, and skill.oms.sig to reflect refreshed evaluation content/results.
  • NVIDIA/cuopt#1301: Overlaps with prior renames/updates of install docs/resources and regenerates skill.oms.sig.
  • NVIDIA/cuopt#1287: Earlier update to SKILL.md front-matter and associated evaluation/signing artifacts for cuopt-install.

Suggested labels

non-breaking, improvement

Suggested reviewers

  • Iroy30
  • tmckayus
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'cuopt-install: catalog onboarding prep' directly relates to the main objective of preparing the cuopt-install skill for catalog onboarding by shortening its description to meet NV-BASE quality scorer requirements.
Description check ✅ Passed The description is clearly related to the changeset, explaining the purpose of shortening SKILL.md description to fit the 50-150 character recommendation from NV-BASE quality scorer and noting this is documentation-only with no behavior changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch skills/onboarding-cuopt-install

Comment @coderabbitai help to get the list of available commands and usage tips.

ramakrishnap-nv added a commit that referenced this pull request May 29, 2026
Aligns with the NVIDIA Agent Skills Publishing Onboarding Guide:

* Add top-level SECURITY.md so the catalog's "Getting Help &
  Contributing" links resolve once this repo is registered in
  components.d/<slug>.yml (guide §"Recommended Repository Layout").

* Wire .github/CODEOWNERS and .github/workflows/pr.yaml so doc-only
  edits to SECURITY.md don't trigger the full CI matrix (cpp-build,
  python-build, docs-build, conda-build path-filter blocks).

* Shorten cuopt-skill-evolution SKILL.md description to fit the
  50-150 char range the NV-BASE quality scorer recommends. The
  previous CI run reported "Description very long" (guide §"Writing
  Skills for Good Agent Triggering").

Per-skill description and PII-array changes for the other skills
moved to dedicated follow-up PRs (#1343, #1344, #1345, #1346) so
each PR's CI scope is limited to one skill.

No behavior change; documentation/metadata only.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Ramakrishna Prabhu <ramakrishnap@nvidia.com>
@ramakrishnap-nv

Copy link
Copy Markdown
Collaborator Author

/nvskills-ci

Signed-off-by: nvskills-svc-account <svc-nvskills-signing@nvidia.com>
@copy-pr-bot

copy-pr-bot Bot commented May 29, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@ramakrishnap-nv
ramakrishnap-nv merged commit c69fc0e into main May 29, 2026
3 of 4 checks passed
@ramakrishnap-nv
ramakrishnap-nv deleted the skills/onboarding-cuopt-install branch July 9, 2026 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants