nemoclaw-contributor-create-pr

Create NemoClaw GitHub pull requests with `gh` CLI and a strict PR template.

Updated May 23, 2026
One-click install
npx skills add https://github.com/yo-steven/skills-exploration-20260522 --skill nemoclaw-contributor-create-pr-yo-steven
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nemoclaw-contributor-create-pr
Source: https://github.com/yo-steven/skills-exploration-20260522/tree/main/skills/NemoClaw/nemoclaw-contributor-create-pr
Command: npx skills add https://github.com/yo-steven/skills-exploration-20260522 --skill nemoclaw-contributor-create-pr-yo-steven

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the guesswork of how to format a NemoClaw pull request by ensuring you create a PR body that exactly matches the project’s required template.

Core Features & Use Cases

  • PR Template–Correct Body Generation: Guides you to fill every required section of the NemoClaw PR template in the correct structure, including the DCO sign-off line.
  • Branch & Change–Aware Workflow: Helps you verify you are on the right branch state (not main, ahead of main, clean working tree) and select the right verification commands based on what files changed.
  • Consistent PR Creation via GitHub CLI: Uses the gh pr create workflow with the required title format and --assignee "@me" to standardize PR submissions.

Quick Start

Tell the AI you want to open a review-ready PR for your current feature branch in NemoClaw, and follow the steps to verify your branch, run the correct pre-PR checks, push, and create the PR with the exact template-filled body.

Frequently Asked Questions about nemoclaw-contributor-create-pr

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

FAQPage Schema
How do I create a pull request using the gh cli that matches a specific project template?▼

To create a pull request using the gh cli, you must generate a PR body that exactly matches the project template, including required sections like the DCO sign-off, and use conventional-commit-style titles with the gh pr create command.

What is a DCO sign-off and when do I need it for a pull request?▼

A DCO sign-off is a line in the pull request body certifying your right to submit the code. You need it for a pull request when contributing to projects like NemoClaw that require strict template compliance for developer certification of origin.

How do I ensure my branch is ready before opening a contributor workflow pull request?▼

To ensure your branch is ready for a contributor workflow pull request, verify you are not on main, confirm your branch is ahead of main, check for a clean working tree, and run change-type-specific verification commands before pushing.

Can I use the gh pr create command for bug fixes and documentation updates on non-main branches?▼

Yes, you can use the gh pr create command for bug fixes and documentation updates on non-main branches. The workflow applies to feature development and review submissions once commits are pushed to the remote repository.

What title format should I use for a NemoClaw GitHub pull request?▼

You should use a conventional-commit-style title format for a NemoClaw GitHub pull request. This standardizes the submission alongside the gh pr create command and the --assignee @me flag.

Why does my pull request fail template validation?▼

Your pull request fails template validation when the PR body is not fully populated or lacks the DCO sign-off line. You must fill every required section of the template in the correct structure to pass automated checks.