Writing & Content ✓ NVIDIA · Official documentation-conventionssphinxgoogle-docstringsmarkdownnemo-rl

NeMo-RL Documentation Conventions

Keeps NeMo-RL documentation, indexes, and docstrings consistent.

FollowSkills review · FSRS-2.0
Not recommended
58/ 100 5-point scale 2.9 / 5
Trust22 / 25 · 4.4/5

The skill is limited to documentation and docstring guidance, with no credential access, network requirement, deletion, or external side effects, and it explicitly lists non-fit tasks; no red-line risk is visible. Three points are deducted because it does not specify user confirmation, rollback, data-flow disclosure, or sensitive-data handling, and its references and provenance are not backed by a detailed verification procedure.

Reliability7 / 20 · 1.8/5

The SKILL.md trigger metadata and three core rules are internally consistent, with reasonably clear paths and formatting requirements. Three points are deducted for missing handling and diagnostic feedback for abnormal inputs, missing indexes, ambiguous sections, or conflicting documentation; the benchmark is not treated as executed reproduction under static calibration, so the score stays below 10.

Adaptability11 / 15 · 3.7/5

The audience, use cases, and exclusions are fairly clear in the front matter and skill-card.md, covering new documentation, documentation updates, and public-interface docstrings. Four points are deducted because semantic trigger priority, input/output boundaries, and non-fit cases for complex documentation structures are not specified, and there is no evidence of Chinese-language support; “Global” is only a deployment declaration.

Convention9 / 15 · 3.0/5

The material includes front-matter metadata, an Apache-2.0 declaration, use-case information, risk notes, owner, evaluation date, and a version identifier, with readable organization. Six points are deducted because SKILL.md is very short and lacks recommended Instructions and Examples sections; FAQs, troubleshooting, known limitations, a formal changelog, and a clear maintenance/update path are absent, while repository license metadata is NOASSERTION.

Effectiveness6 / 15 · 2.0/5

The three positive evaluation tasks map directly to the stated rules, the core advice is directly usable for documentation maintenance, and the negative tasks define cases where activation should not occur. Nine points are deducted because BENCHMARK is a report of claimed metrics rather than independently reproducible execution evidence for this revision; representative real outputs, manual-comparison evidence, and completeness evidence for complex projects are limited.

Verifiability3 / 10 · 1.5/5

The SKILL.md, evaluation-task definitions, benchmark report, and skill card provide traceability between the rules and expected behavior. Seven points are deducted because the reported percentages and PASS verdict lack attached logs, CI workflows, or a skill-specific committed test suite; static review cannot independently reproduce the execution conclusions, so only limited credit is warranted.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 55f18499943e
Before you use it
  • Do not treat the benchmark PASS and percentages as independently reproduced validation for this revision; rerun positive, negative, and boundary-trigger evaluations before deployment.
  • Add concrete examples, abnormal-case handling, known limitations, maintenance ownership, and a changelog, and clarify the relationship between the skill's license declaration and the repository's NOASSERTION metadata.
  • This is a lightweight convention guide; complex documentation navigation, Sphinx configuration conflicts, and project-specific rules still require human review.
See the full review method →

What does this skill do, and when should you use it?

This skill supports documentation maintenance for the NVIDIA NeMo-RL project. It requires docs/index.md to be updated when Markdown files are added or renamed, and recommends Google-style docstrings for classes and functions so Sphinx can parse them. New features should receive documentation in the closest matching docs/ location, with a new document added to docs/index.md when necessary. Bug fixes and CI-related changes do not require documentation updates. The skill is marked Apache-2.0 and is distributed in NVIDIA/skills, a catalog containing 324 separate skills.

It instructs an agent to inspect new or renamed Markdown files under docs/**/*.md, update docs/index.md, and place entries in the most appropriate section. It guides authors and reviewers toward Google-style docstrings for classes and functions, favoring docstrings over comments for externally used interfaces. For new features, it directs the agent to find the closest existing documentation or create a new document under docs/ and add it to docs/index.md.

  1. A NeMo-RL developer adds a Markdown document under docs/ and needs it indexed.
  2. A maintainer renames a documentation file and needs to keep docs/index.md aligned.
  3. A developer adds a class or function and needs a Sphinx-parseable Google-style docstring.
  4. A reviewer checks whether a NeMo-RL change follows the project's documentation and docstring conventions.
  5. A contributor ships a new feature and must choose the appropriate existing document or create a new one.

What are this skill's strengths and limitations?

Pros
  • Covers three concrete areas: documentation indexing, feature documentation, and docstring format.
  • Explains the relationship between Google-style docstrings and Sphinx parsing.
  • Defines explicit exclusions that help limit inappropriate activation.
  • Uses a plain SKILL.md format suitable for standard Agent Skills clients.
Limitations
  • Provides no scripts, automated validation commands, or test suite.
  • Does not document the complete structure of docs/index.md or provide project-specific examples.
  • The README documents installation for the broader NVIDIA/skills catalog, not this skill's local path or runtime details.
  • It does not provide NeMo-RL training, debugging, or performance-tuning guidance.

How do you install this skill?

Install the named skill with the skills CLI command documented in the repository README:

npx skills add nvidia/skills --skill nemo-rl-docs --yes

The full NVIDIA skills catalog can also be installed with:

npx skills add nvidia/skills

The README does not specify the exact local installation directory for this skill.

How do you use this skill?

After installation, give the agent a NeMo-RL documentation task such as: “Update docs/index.md for the new NeMo-RL Markdown document and check that the affected classes and functions use Google-style docstrings.” Do not use this skill for bug fixes, test fixes, dependency bumps, refactoring, CI/CD changes, performance tuning, or tasks unrelated to writing or updating documentation.

FAQ

Should this skill be used for bug fixes or test updates?
No. The SKILL.md explicitly excludes bug fixes and test fixes. Its guidance applies only when the work also involves writing or updating documentation.
Is documentation required for every new feature?
The skill directs contributors to update or create matching documentation for new features, and to update docs/index.md when a new Markdown document is created. Bug fixes and CI-related changes are exempt.
What additional dependencies does it require?
The README provides an npx skills CLI installation command but does not declare additional runtime dependencies. The instructions assume the agent can read and modify project files.
What license applies to the skill?
The SKILL.md marks the skill Apache-2.0. The NVIDIA/skills README states that the overall repository is dual-licensed under Apache License 2.0 and CC BY 4.0.

More skills from this repository

All from NVIDIA/skills

Automation & Ops ✓ NVIDIA · Official

NeMo-RL Kubernetes Launcher

Launch, monitor, iterate on, and debug NeMo-RL training runs on Kubernetes.

Dev & Engineering ✓ NVIDIA · Official

NeMo-RL Auto Research

Turns NeMo-RL research goals into reproducible, iterative experiments.

Automation & Ops ✓ NVIDIA · Official

NeMo-RL Brev Runbook

Helps NeMo-RL agents manage storage, caches, logs, and authentication safely on Brev instances.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Installation Guide

Choose and verify the right NeMo Relay path for CLIs, language packages, and maintained frameworks.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Quick Start

Helps first-time NeMo Relay users prove observable execution value through the smallest suitable trial.

Dev & Engineering ✓ NVIDIA · Official

NeMo AutoModel Model Onboarding

A structured guide for adding new LLM, MoE, and VLM architectures to NeMo AutoModel.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Plugin Builder

Guides reusable NeMo Relay runtime behavior into configurable plugins.

Automation & Ops ✓ NVIDIA · Official

NeMo Relay Observability Plugin

Configure NeMo Relay event capture and telemetry exports.

Dev & Engineering ✓ NVIDIA · Official

NeMo AutoModel Distributed Training

Choose and configure multi-GPU and multi-node training strategies for NeMo AutoModel.

Dev & Engineering ✓ NVIDIA · Official

NeMo Evaluator Plugin Skill

Run and manage NeMo Platform model evaluations through the Evaluator CLI and Python SDK.

Writing & Content ✓ NVIDIA · Official

Skill Card Generator

Generates or refreshes governance cards for existing agent skills.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Migration Assistant

Safely migrate NeMo Flow projects to NeMo Relay.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Adaptive Tuning

Tune NeMo Relay plugin behavior from runtime signals with measured, reversible rollouts.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Runtime Integration Debugger

Diagnose application-side runtime failures after NeMo Relay is installed or imported.

Data & Analysis ✓ NVIDIA · Official

Nemotron Speech ASR Customization Orchestrator

Chooses and coordinates the lowest-cost path for adapting speech recognition to a domain or language.

Data & Analysis ✓ NVIDIA · Official

Clinical ASR Evaluation and KER Leaderboard

Evaluate clinical ASR manifests and isolate terminology-recognition failures.

Dev & Engineering ✓ NVIDIA · Official

NeMo AutoModel Recipe Development

Build, modify, and validate NeMo AutoModel training and evaluation recipes.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Call Instrumentation

Wrap tool and LLM calls with Relay lifecycle events, middleware, and guardrails.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Context Isolation

Keeps NeMo Relay scope stacks independent across concurrent requests and async workflows while preserving ancestry propagation.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Typed Wrappers & Codecs

Add typed boundaries to NeMo Relay integrations while preserving predictable JSON middleware semantics and caller-visible behavior.

Related skills