What problem does it solve? Contributors to the NemoClaw repository must follow strict PR requirements—Conventional Commits titles, DCO sign-off, verified commits, template sections, and evidence-based checkboxes—which are easy to get wrong manually. This Skill automates the entire PR creation workflow so every submission meets project standards. ## Core Features & Use Cases - Guided PR Creation: Verifies branch state, runs pre-PR checks, fills the official PR template from the base branch, and creates the PR with the gh CLI. - Compliance Gates: Enforces DCO Signed-off-by declarations and confirms every commit shows as verified on GitHub before opening the PR. - CI and Review Monitoring: Follows up on CI results and automated review feedback after the PR is created, then reports status. - Use Case: A contributor finishes a bug fix on a feature branch and asks the agent to open a PR. The Skill runs targeted tests, composes the template body with evidence, creates the PR with gh pr create, and reports CI status. ## Quick Start Ask the agent to create a pull request for your current feature branch and monitor its CI and review status.