nemoclaw-contributor-create-pr
Installation
SKILL.md
Create GitHub Pull Request
Create pull requests on the NemoClaw GitHub repository using the gh CLI. This skill ensures every PR follows the project's PR template exactly.
Prerequisites
- The
ghCLI must be authenticated (gh auth status). - You must be in the NemoClaw git repository.
- You must have commits on a branch that is pushed to the remote.
Step 1: Verify Branch State
Before creating a PR, verify the branch.
-
Not on main. Never create PRs from main.
git branch --show-current