nemoclaw-contributor-update-docs

Scan NemoClaw git commits and draft documentation updates for user-facing changes.

22.1k|3.0k|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/NVIDIA/NemoClaw --skill nemoclaw-contributor-update-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nemoclaw-contributor-update-docs
Source: https://github.com/NVIDIA/NemoClaw/tree/main/.agents/skills/nemoclaw-contributor-update-docs
Command: npx skills add https://github.com/NVIDIA/NemoClaw --skill nemoclaw-contributor-update-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies user-facing code changes in the NemoClaw git history and drafts or updates the corresponding documentation pages so docs stay aligned with code and reduce documentation debt.

Core Features & Use Cases

  • Commit scanning and filtering: Inspect a specified commit range, filter by commit types and changed files, and apply a project-maintained skip list to exclude experimental or internal changes.
  • Mapping to docs: Map code areas to likely documentation pages, flag new user-visible concepts that need new pages, and group related commits into single doc updates.
  • Drafting and validation: Read target doc pages, draft updates that follow NemoClaw's style and frontmatter rules, enforce skip-terms, and present a clear summary of updated, new, and skipped pages.
  • Integration workflows: Use when catching up docs after a feature batch, preparing a release, or answering contributor questions about documentation needs.

Quick Start

Run the skill to scan commits since v0.1.0 and draft documentation updates for affected pages.

Frequently Asked Questions about nemoclaw-contributor-update-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update documentation to match recent git commits?

Documentation debt is reduced by scanning recent git commits, filtering out internal changes via a skip list, mapping user-facing code modifications to existing pages, and drafting updates that follow project style and frontmatter rules.

How do I generate documentation updates from git history for a release?

Preparing releases with documentation updates involves scanning a specified commit range, filtering by commit types and changed files, mapping code areas to likely documentation pages, and drafting updates that enforce skip-terms to exclude experimental changes.

Can I exclude experimental or internal changes from documentation drafts?

Yes, you can exclude experimental or internal changes by applying a project-maintained skip list via the docs/.docs-skip file, which filters excluded items and enforces skip-terms during the commit scanning and documentation drafting process.

What is the best way to triage documentation debt across CLI, blueprint, and inference areas?

Triage documentation debt by scanning recent git commits across CLI, blueprint, and inference areas, mapping code changes to likely documentation pages, flagging new user-visible concepts that need new pages, and grouping related commits into single doc updates.

Do I need access to the docs directory to sync documentation to recent commits?

Yes, syncing documentation to recent commits requires access to the git history, the docs directory, and the docs/.docs-skip file to filter excluded items, enforce skip-terms, and draft updates that follow project style and frontmatter rules.