What problem does it solve? Documentation often falls behind code changes, leaving users with stale or missing guidance before releases. This Skill scans recent git history for user-facing commits, maps them to the correct doc pages, drafts style-compliant updates, and produces the canonical dated changelog entry needed for pre-tag release prep. ## Core Features & Use Cases - Commit-to-Doc Mapping: Filters git history by commit type, changed files, and a configurable skip list (docs/.docs-skip), then maps each relevant commit to the doc page that owns the behavior. - Style-Compliant Drafting: Applies NemoClaw documentation conventions including active voice, $$nemoclaw CLI placeholders, correct NVIDIA/NemoClaw/OpenShell capitalization, and MDX SPDX headers. - Release Prep Workflow: Creates or updates docs/changelog/YYYY-MM-DD.mdx with an exact ## vX.Y.Z heading, applies the correct release label, and opens a labeled docs PR. - Use Case: Before cutting release v0.0.63, run the skill to scan <previous-tag>..origin/main, update affected MDX pages, generate the dated changelog entry, and open a PR labeled area: docs and v0.0.63. ## Quick Start Ask the agent to catch up the docs for everything merged since the last release tag, for example by saying update docs for all commits since v0.1.0.