What problem does it solve? Maintaining an active open-source repository means constantly triaging PRs, checking CI gates, fixing small blockers, and tracking release progress. This Skill automates one structured daytime maintainer pass for the NVIDIA NemoClaw repository so PRs move toward approval without manual gate checking. ## Core Features & Use Cases - Merge Gate Verification: Runs a deterministic gate checker script that validates CI status, merge conflicts, CodeRabbit findings, DCO compliance, verified commits, and test coverage for risky code before approval. - Guided Maintainer Workflows: Routes each open item to the right workflow — merge gate, PR salvage, security sweep, test-gap closure, hotspot conflict reduction, or work sequencing. - Release Progress Tracking: Scripts report shipped versus open items for the target version and persist queue, hotspot, and history state in a local JSON file. - Use Case: A maintainer runs /loop 10m /nemoclaw-maintainer-day during the workday; each pass picks the highest-priority actionable PR, executes the matching workflow, and reports what changed and what needs a human decision. ## Quick Start Ask the agent to run one NemoClaw maintainer day pass to pick the next actionable PR and report progress toward the current release version.