What problem does it solve? Contributors to NeMo AutoModel often struggle to understand why CI did not run, how the copy-pr-bot trust mechanism works, and how to locate and investigate failing pipeline jobs without digging through large logs blindly. ## Core Features & Use Cases - Commit and PR Conventions: Enforces DCO sign-off, Conventional Commits PR titles, and branch naming rules so validation checks pass. - CI Triggering Explained: Documents how copy-pr-bot gates CI on GPG-signed commits or /ok to test <sha> comments from NVIDIA members. - Failure Investigation Workflow: Provides gh CLI commands to map a pull-request/<number> branch back to its PR, fetch failing job logs, and scan them in chunks. - Use Case: A contributor pushes a commit but CI never starts; the Skill explains the trust mechanism and instructs posting /ok to test <full-sha> on the PR. ## Quick Start Ask the assistant to investigate why CI is red on my NeMo AutoModel pull request and fetch the failing job logs.